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 Constructor Description TaggedComponentFactoryFinderImpl(ORB orb)
-
Method Summary
All Methods Instance Methods Concrete 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.TaggedComponent
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 Detail
-
TaggedComponentFactoryFinderImpl
public TaggedComponentFactoryFinderImpl(ORB orb)
-
-
Method Detail
-
handleMissingFactory
public TaggedComponent handleMissingFactory(int id, InputStream is)
- Specified by:
handleMissingFactory
in classIdentifiableFactoryFinderBase<TaggedComponent>
-
create
public TaggedComponent create(ORB orb, TaggedComponent comp)
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
-
-