Package com.sun.corba.ee.impl.ior
Class TaggedComponentFactoryFinderImpl
java.lang.Object
com.sun.corba.ee.impl.ior.IdentifiableFactoryFinderBase<TaggedComponent>
com.sun.corba.ee.impl.ior.TaggedComponentFactoryFinderImpl
- All Implemented Interfaces:
IdentifiableFactoryFinder<TaggedComponent>
,TaggedComponentFactoryFinder
public class TaggedComponentFactoryFinderImpl
extends IdentifiableFactoryFinderBase<TaggedComponent>
implements TaggedComponentFactoryFinder
-
Field Summary
Fields inherited from class com.sun.corba.ee.impl.ior.IdentifiableFactoryFinderBase
wrapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(ORB orb, TaggedComponent comp) Create a tagged component from a GIOP marshalled representation of a tagged component.handleMissingFactory
(int id, InputStream is) Methods inherited from class com.sun.corba.ee.impl.ior.IdentifiableFactoryFinderBase
create, getFactory, registerFactory
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.sun.corba.ee.spi.ior.IdentifiableFactoryFinder
create, registerFactory
-
Constructor Details
-
TaggedComponentFactoryFinderImpl
-
-
Method Details
-
handleMissingFactory
- Specified by:
handleMissingFactory
in classIdentifiableFactoryFinderBase<TaggedComponent>
-
create
Description copied from interface:TaggedComponentFactoryFinder
Create a tagged component from a GIOP marshalled representation of a tagged component. This is needed for portable interceptors.- Specified by:
create
in interfaceTaggedComponentFactoryFinder
- Parameters:
orb
- ORB to usecomp
- representation of a component to create from- Returns:
- created tagged component
-