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