org.jacorb.orb.portableInterceptor

Class CodecFactoryImpl

public class CodecFactoryImpl extends LocalObject implements CodecFactory

This class represents a CodecFactory. The factory has currently only one Codec, for ENCODING_CDR_ENCAPS 1.0.
If users like to add their own codec, they have to modify create_codec(). See PI Spec p.10-80

Version: $Id: CodecFactoryImpl.java,v 1.11 2006/07/07 10:55:57 alphonse.bendt Exp $

Author: Nicolas Noffke

Constructor Summary
CodecFactoryImpl(ORB orb)
Method Summary
Codeccreate_codec(Encoding enc)
implementation of org.omg.IOP.CodecFactoryOperations interface

Constructor Detail

CodecFactoryImpl

public CodecFactoryImpl(ORB orb)

Method Detail

create_codec

public Codec create_codec(Encoding enc)
implementation of org.omg.IOP.CodecFactoryOperations interface