org.omg.CORBA
public abstract class IDLTypeHelper extends Object
Constructor and Description |
---|
IDLTypeHelper() |
Modifier and Type | Method and Description |
---|---|
static IDLType |
extract(Any a)
Extract the IDL type from the given Any.
|
static String |
id()
Return the IDLType repository id.
|
static void |
insert(Any a,
IDLType that)
Insert the IDL type into the given Any.
|
static IDLType |
narrow(Object obj)
Narrows the CORBA object into the IDL type.
|
static IDLType |
read(InputStream istream)
Read the IDL type from the given input stream.
|
static TypeCode |
type()
Get the typecode of the IDL type (the interface typecode, name "IDLType").
|
static void |
write(OutputStream ostream,
IDLType value)
Write the IDL type to the output stream (as CORBA object).
|
public IDLTypeHelper()
public static TypeCode type()
public static String id()
public static IDLType read(InputStream istream)
public static void write(OutputStream ostream, IDLType value)