Package com.sun.corba.se.impl.ior
Class TaggedComponentFactoryFinderImpl
java.lang.Object
com.sun.corba.se.impl.ior.IdentifiableFactoryFinderBase
com.sun.corba.se.impl.ior.TaggedComponentFactoryFinderImpl
- All Implemented Interfaces:
IdentifiableFactoryFinder,TaggedComponentFactoryFinder
public class TaggedComponentFactoryFinderImpl
extends IdentifiableFactoryFinderBase
implements TaggedComponentFactoryFinder
- Author:
- Ken Cavanaugh
-
Field Summary
Fields inherited from class com.sun.corba.se.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.se.impl.ior.IdentifiableFactoryFinderBase
create, getFactory, registerFactoryMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sun.corba.se.spi.ior.IdentifiableFactoryFinder
create, registerFactory
-
Constructor Details
-
TaggedComponentFactoryFinderImpl
-
-
Method Details
-
handleMissingFactory
- Specified by:
handleMissingFactoryin classIdentifiableFactoryFinderBase
-
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
-