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