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. |
org.omg.DynamicAny.DynAnyFactoryPackage |
This package contains classes and exceptions from the DynAnyFactory
interface of the
DynamicAny module
specified in the OMG The Common Object Request Broker: Architecture and
Specification,
http://cgi.omg.org/cgi-bin/doc?formal/99-10-07, section 9.2.2.
|
Modifier and Type | Method and Description |
---|---|
DynAny |
DynAnyFactoryOperations.create_dyn_any_from_type_code(TypeCode type)
Creates a DynAny from a TypeCode.
|
DynAny |
_DynAnyFactoryStub.create_dyn_any_from_type_code(TypeCode type)
Creates a DynAny from a TypeCode.
|
DynAny |
DynAnyFactoryOperations.create_dyn_any(Any value)
Creates a new DynAny object from an any value.
|
DynAny |
_DynAnyFactoryStub.create_dyn_any(Any value)
Creates a new DynAny object from an any value.
|
Modifier and Type | Method and Description |
---|---|
static InconsistentTypeCode |
InconsistentTypeCodeHelper.extract(Any a) |
static InconsistentTypeCode |
InconsistentTypeCodeHelper.read(InputStream istream) |
Modifier and Type | Method and Description |
---|---|
static void |
InconsistentTypeCodeHelper.insert(Any a,
InconsistentTypeCode that) |
static void |
InconsistentTypeCodeHelper.write(OutputStream ostream,
InconsistentTypeCode value) |
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2015, Oracle and/or its affiliates. All rights reserved.