org.omg.IOP
public interface CodecFactoryOperations
Method Summary | |
---|---|
Codec | create_codec(Encoding for_encoding)
Create Codec for the given encoding.
|
Parameters: for_encoding the encoding, for that the codec must be created.
Returns: the appropriate Codec.
Throws: UnknownEncoding if there are not Codec that would support the required encoding.