public class CodecFactoryHelper
extends java.lang.Object
| Constructor and Description |
|---|
CodecFactoryHelper() |
| Modifier and Type | Method and Description |
|---|---|
static CodecFactory |
extract(Any a)
Extract CodecFactory from an any
|
static java.lang.String |
id()
Return the CodecFactory IDL ID
|
static void |
insert(Any a,
CodecFactory t)
Insert CodecFactory into an any
|
static CodecFactory |
narrow(Object obj)
Narrow CORBA::Object to CodecFactory
|
static CodecFactory |
read(InputStream istream)
Read CodecFactory from a marshalled stream
|
static TypeCode |
type()
Return the CodecFactory TypeCode
|
static CodecFactory |
unchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to CodecFactory
|
static void |
write(OutputStream ostream,
CodecFactory value)
Write CodecFactory into a marshalled stream
|
public static void insert(Any a, CodecFactory t)
a - an anyt - CodecFactory valuepublic static CodecFactory extract(Any a)
a - an anypublic static TypeCode type()
public static java.lang.String id()
public static CodecFactory read(InputStream istream)
istream - the input streampublic static void write(OutputStream ostream, CodecFactory value)
ostream - the output streamvalue - CodecFactory valuepublic static CodecFactory narrow(Object obj)
obj - the CORBA Objectpublic static CodecFactory unchecked_narrow(Object obj)
obj - the CORBA Object