Interface TaggedComponent

All Superinterfaces:
Identifiable, Writeable
All Known Subinterfaces:
AlternateIIOPAddressComponent, ClusterInstanceInfoComponent, CodeSetsComponent, JavaCodebaseComponent, LoadBalancingComponent, MaxStreamFormatVersionComponent, ORBTypeComponent, RequestPartitioningComponent
All Known Implementing Classes:
AlternateIIOPAddressComponentImpl, ClusterInstanceInfoComponentImpl, CodeSetsComponentImpl, GenericTaggedComponent, JavaCodebaseComponentImpl, JavaSerializationComponent, LoadBalancingComponentImpl, MaxStreamFormatVersionComponentImpl, ORBTypeComponentImpl, RequestPartitioningComponentImpl, TaggedComponentBase

Generic interface for all tagged components. Users of the ORB may create implementations of this class and also corresponding factories of type TaggedComponentFactory. The factories can be registered with an ORB instance, in which case they will be used to unmarshal IORs containing the registered tagged component.