| Package | Description |
|---|---|
| org.omg.DynamicAny |
Provides classes and interfaces that enable traversal of the data value associated with an
any at runtime, and extraction of the primitive constituents of the data value.
|
| Modifier and Type | Class and Description |
|---|---|
class |
_DynAnyFactoryStub
DynAny objects can be created by invoking operations on the DynAnyFactory object.
|
| Modifier and Type | Method and Description |
|---|---|
static DynAnyFactory |
DynAnyFactoryHelper.extract(Any
|
static DynAnyFactory |
DynAnyFactoryHelper.narrow(Object
|
static DynAnyFactory |
DynAnyFactoryHelper.read(InputStream
|
static DynAnyFactory |
DynAnyFactoryHelper.unchecked_narrow(Object
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DynAnyFactoryHelper.insert(Any
|
static void |
DynAnyFactoryHelper.write(OutputStream
|