org.omg.IOP
Interface CodecFactoryOperations

All Known Subinterfaces:
CodecFactory

public interface CodecFactoryOperations

Defines the operations, applicable to the CodecFactory.


Method Summary
 Codec create_codec(Encoding for_encoding)
          Create Codec for the given encoding.
 

Method Detail

create_codec

Codec create_codec(Encoding for_encoding)
                   throws UnknownEncoding
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.