| 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 |
_DynStructStub
DynStruct objects support the manipulation of IDL struct and exception values.
|
| Modifier and Type | Method and Description |
|---|---|
static DynStruct |
DynStructHelper.extract(Any
|
static DynStruct |
DynStructHelper.narrow(Object
|
static DynStruct |
DynStructHelper.read(InputStream
|
static DynStruct |
DynStructHelper.unchecked_narrow(Object
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DynStructHelper.insert(Any
|
static void |
DynStructHelper.write(OutputStream
|