Uses of Interface
org.omg.IOP.CodecOperations

Packages that use CodecOperations
org.jacorb.orb.portableInterceptor   
org.omg.IOP   
 

Uses of CodecOperations in org.jacorb.orb.portableInterceptor
 

Classes in org.jacorb.orb.portableInterceptor that implement CodecOperations
 class Codec_CDR_1_0_Impl
          This class represents a codec for encoding ENCODING_CDR_ENCAPS 1.0.
 class CodecImpl
          This class represents a codec for encoding CDR encapsulations for the supported GIOP versions 1.0-1.2 See PI SPec p.10-77ff
 

Uses of CodecOperations in org.omg.IOP
 

Subinterfaces of CodecOperations in org.omg.IOP
 interface Codec
          Generated from IDL interface "Codec"
 

Classes in org.omg.IOP that implement CodecOperations
 class _CodecLocalBase
          Abstract base class for implementations of local interface Codec
 class CodecLocalTie
          Generated from IDL interface "Codec"
 

Methods in org.omg.IOP that return CodecOperations
 CodecOperations CodecLocalTie._delegate()
           
 

Methods in org.omg.IOP with parameters of type CodecOperations
 void CodecLocalTie._delegate(CodecOperations delegate)
           
 

Constructors in org.omg.IOP with parameters of type CodecOperations
CodecLocalTie(CodecOperations delegate)