org.omg.IOP

Interface CodecFactoryOperations

public interface CodecFactoryOperations

Defines the operations, applicable to the CodecFactory.
Method Summary
Codeccreate_codec(Encoding for_encoding)
Create Codec for the given encoding.

Method Detail

create_codec

public 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.