FileDocCategorySizeDatePackage
CodecFactoryOperations.javaAPI DocJava SE 5 API1045Fri Aug 26 17:25:06 BST 2005org.omg.IOP

CodecFactoryOperations

public interface CodecFactoryOperations
Codecs are obtained from the CodecFactory. The CodecFactory is obtained through a call to ORB.resolve_initial_references( "CodecFactory" ).

Fields Summary
Constructors Summary
Methods Summary
public org.omg.IOP.Codeccreate_codec(org.omg.IOP.Encoding enc)
Create a Codec of the given encoding.

param
enc The encoding for which to create a Codec.
return
A Codec obtained with the given encoding.
exception
UnknownEncoding thrown if this factory cannot create a Codec of the given encoding.