Package com.sun.corba.ee.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.- Parameters:
key
- representation of key- Returns:
- created ObjectKey
-
createTemplate
Create an ObjectKeyTemplate from its representation in an InputStream.- Parameters:
is
- stream to create template from- Returns:
- create template
-