org.omg.CORBA
public abstract class IDLTypeHelper extends Object
| Method Summary | |
|---|---|
| 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). |
Returns: "IDL:omg.org/CORBA/IDLType:1.0", always.