Package | Description |
---|---|
com.sun.corba.se.impl.ior | |
com.sun.corba.se.impl.ior.iiop | |
com.sun.corba.se.spi.ior |
Provides access to the components and profiles in an IOR without the overhead
of CDR encoding.
|
com.sun.corba.se.spi.ior.iiop |
Modifier and Type | Class and Description |
---|---|
class |
GenericIdentifiable |
class |
GenericTaggedComponent |
class |
GenericTaggedProfile |
Modifier and Type | Method and Description |
---|---|
Identifiable |
IdentifiableFactoryFinderBase.create(int id,
InputStream is) |
Identifiable |
TaggedComponentFactoryFinderImpl.handleMissingFactory(int id,
InputStream is) |
Identifiable |
TaggedProfileFactoryFinderImpl.handleMissingFactory(int id,
InputStream is) |
Identifiable |
TaggedProfileTemplateFactoryFinderImpl.handleMissingFactory(int id,
InputStream is) |
abstract Identifiable |
IdentifiableFactoryFinderBase.handleMissingFactory(int id,
InputStream is) |
Modifier and Type | Class and Description |
---|---|
class |
AlternateIIOPAddressComponentImpl |
class |
CodeSetsComponentImpl |
class |
IIOPProfileImpl |
class |
IIOPProfileTemplateImpl |
class |
JavaCodebaseComponentImpl |
class |
JavaSerializationComponent
Tagged component that contains a value that indicates the Java
serialization version supported by the ORB.
|
class |
MaxStreamFormatVersionComponentImpl |
class |
ORBTypeComponentImpl |
class |
RequestPartitioningComponentImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
TaggedComponent
Generic interface for all tagged components.
|
interface |
TaggedProfile
TaggedProfile represents a tagged profile in an IOR.
|
interface |
TaggedProfileTemplate
Base template for creating TaggedProfiles.
|
Modifier and Type | Class and Description |
---|---|
class |
IdentifiableBase
Provide support for properly reading and writing Identifiable objects
that are also encapsulations (tagged profiles and components).
|
class |
TaggedComponentBase
Base class to use for implementing TaggedComponents.
|
class |
TaggedProfileTemplateBase |
Modifier and Type | Method and Description |
---|---|
Identifiable |
EncapsulationFactoryBase.create(InputStream in) |
Identifiable |
IdentifiableFactory.create(InputStream in)
Construct the appropriate Identifiable object with the
given id from the InputStream is.
|
Identifiable |
IdentifiableFactoryFinder.create(int id,
InputStream is)
If there is a registered factory for id, use it to
read an Identifiable from is.
|
protected abstract Identifiable |
EncapsulationFactoryBase.readContents(InputStream is) |
Modifier and Type | Interface and Description |
---|---|
interface |
AlternateIIOPAddressComponent |
interface |
CodeSetsComponent |
interface |
IIOPProfile
IIOPProfile represents an IIOP tagged profile.
|
interface |
IIOPProfileTemplate
IIOPProfileTemplate represents the parts of an IIOPProfile that are independent
of the object identifier.
|
interface |
JavaCodebaseComponent |
interface |
MaxStreamFormatVersionComponent |
interface |
ORBTypeComponent |
interface |
RequestPartitioningComponent |
Copyright © 2019 JBoss by Red Hat. All rights reserved.