Package org.omg.IOP
Interface CodecFactoryOperations
-
- All Known Subinterfaces:
CodecFactory
- All Known Implementing Classes:
CodecFactoryImpl
public interface CodecFactoryOperationsCodecsare obtained from theCodecFactory. TheCodecFactoryis obtained through a call toORB.resolve_initial_references( "CodecFactory" ).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Codeccreate_codec(Encoding enc)Create aCodecof the given encoding.
-
-
-
Method Detail
-
create_codec
Codec create_codec(Encoding enc) throws UnknownEncoding
Create aCodecof the given encoding.- Parameters:
enc- The encoding for which to create aCodec.- Returns:
- A
Codecobtained with the given encoding. - Throws:
UnknownEncoding- thrown if this factory cannot create aCodecof the given encoding.
-
-