Package com.sun.corba.se.spi.ior
Interface ObjectKeyFactory
- All Known Implementing Classes:
ObjectKeyFactoryImpl
public interface ObjectKeyFactory
Construct ObjectKey and ObjectKeyTemplate instances from their
CDR-marshalled representation.
-
Method Summary
Modifier and TypeMethodDescriptioncreate(byte[] key) Create an ObjectKey from its octet sequence representation.Create an ObjectKeyTemplate from its representation in an InputStream.
-
Method Details
-
create
Create an ObjectKey from its octet sequence representation. -
createTemplate
Create an ObjectKeyTemplate from its representation in an InputStream.
-