org.omg.IOP
Interface CodecFactoryOperations
- All Known Subinterfaces:
- CodecFactory
public interface CodecFactoryOperations
Defines the operations, applicable to
the CodecFactory.
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.
aicas GmbH, Karlsruhe - Germany www.aicas.com
Copyright 2001-2009 aicas GmbH. All Rights Reserved.