org.omg.IOP
Interface CodecFactoryOperations
-
- All Known Subinterfaces:
- CodecFactory
public interface CodecFactoryOperations
Codecs
are obtained from theCodecFactory
. TheCodecFactory
is obtained through a call toORB.resolve_initial_references( "CodecFactory" )
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description Codec
create_codec(Encoding enc)
Create aCodec
of the given encoding.
-
-
-
Method Detail
create_codec
Codec create_codec(Encoding enc) throws UnknownEncoding
Create aCodec
of the given encoding.- Parameters:
-
enc
- The encoding for which to create aCodec
. - Returns:
-
A
Codec
obtained with the given encoding. - Throws:
-
UnknownEncoding
- thrown if this factory cannot create aCodec
of the given encoding.
-
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2022, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.