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