Package com.sun.corba.ee.impl.ior
Class TaggedProfileFactoryFinderImpl
- java.lang.Object
-
- com.sun.corba.ee.impl.ior.IdentifiableFactoryFinderBase<TaggedProfile>
-
- com.sun.corba.ee.impl.ior.TaggedProfileFactoryFinderImpl
-
- All Implemented Interfaces:
IdentifiableFactoryFinder<TaggedProfile>
public class TaggedProfileFactoryFinderImpl extends IdentifiableFactoryFinderBase<TaggedProfile>
-
-
Field Summary
-
Fields inherited from class com.sun.corba.ee.impl.ior.IdentifiableFactoryFinderBase
wrapper
-
-
Constructor Summary
Constructors Constructor Description TaggedProfileFactoryFinderImpl(ORB orb)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaggedProfile
handleMissingFactory(int id, InputStream is)
-
Methods inherited from class com.sun.corba.ee.impl.ior.IdentifiableFactoryFinderBase
create, getFactory, registerFactory
-
-
-
-
Constructor Detail
-
TaggedProfileFactoryFinderImpl
public TaggedProfileFactoryFinderImpl(ORB orb)
-
-
Method Detail
-
handleMissingFactory
public TaggedProfile handleMissingFactory(int id, InputStream is)
- Specified by:
handleMissingFactory
in classIdentifiableFactoryFinderBase<TaggedProfile>
-
-