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