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 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 IdentifiableFactoryFinderBase
create, getFactory, registerFactoryMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IdentifiableFactoryFinder
create, registerFactory
-
Constructor Details
-
TaggedComponentFactoryFinderImpl
-
-
Method Details
-
handleMissingFactory
- Specified by:
handleMissingFactoryin classIdentifiableFactoryFinderBase<TaggedComponent>
-
create
Description copied from interface:TaggedComponentFactoryFinderCreate a tagged component from a GIOP marshalled representation of a tagged component. This is needed for portable interceptors.- Specified by:
createin interfaceTaggedComponentFactoryFinder- Parameters:
orb- ORB to usecomp- representation of a component to create from- Returns:
- created tagged component
-