Package com.sun.corba.ee.spi.ior
Interface TaggedComponentFactoryFinder
-
- All Superinterfaces:
IdentifiableFactoryFinder<TaggedComponent>
- All Known Implementing Classes:
TaggedComponentFactoryFinderImpl
public interface TaggedComponentFactoryFinder extends IdentifiableFactoryFinder<TaggedComponent>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TaggedComponent
create(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 Detail
-
create
TaggedComponent create(ORB orb, TaggedComponent comp)
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
-
-