Package com.sun.corba.se.spi.ior
Class EncapsulationFactoryBase
java.lang.Object
com.sun.corba.se.spi.ior.EncapsulationFactoryBase
- All Implemented Interfaces:
IdentifiableFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Identifiablecreate(InputStream in) Construct the appropriate Identifiable object with the given id from the InputStream is.intgetId()Return the id of this factory, which is the id of the result of any create call.protected abstract Identifiable
-
Constructor Details
-
EncapsulationFactoryBase
public EncapsulationFactoryBase(int id)
-
-
Method Details
-
getId
public int getId()Description copied from interface:IdentifiableFactoryReturn the id of this factory, which is the id of the result of any create call.- Specified by:
getIdin interfaceIdentifiableFactory
-
create
Description copied from interface:IdentifiableFactoryConstruct the appropriate Identifiable object with the given id from the InputStream is.- Specified by:
createin interfaceIdentifiableFactory
-
readContents
-