Package com.sun.corba.ee.spi.ior
Interface TaggedComponentFactoryFinder
- All Superinterfaces:
IdentifiableFactoryFinder<TaggedComponent>
- All Known Implementing Classes:
TaggedComponentFactoryFinderImpl
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(ORB orb, TaggedComponent comp) Create a tagged component from a GIOP marshalled representation of a tagged component.Methods inherited from interface com.sun.corba.ee.spi.ior.IdentifiableFactoryFinder
create, registerFactory
-
Method Details
-
create
Create a tagged component from a GIOP marshalled representation of a tagged component. This is needed for portable interceptors.- Parameters:
orb
- ORB to usecomp
- representation of a component to create from- Returns:
- created tagged component
-