| 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 |
_DynUnionStub
DynUnion objects support the manipulation of IDL unions.
|
| Modifier and Type | Method and Description |
|---|---|
static DynUnion |
DynUnionHelper.extract(Any
|
static DynUnion |
DynUnionHelper.narrow(Object
|
static DynUnion |
DynUnionHelper.read(InputStream
|
static DynUnion |
DynUnionHelper.unchecked_narrow(Object
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DynUnionHelper.insert(Any
|
static void |
DynUnionHelper.write(OutputStream
|