Uses of Interface
org.omg.IOP.Codec

Packages that use Codec
org.jacorb.orb.giop   
org.jacorb.orb.portableInterceptor   
org.jacorb.security.sas   
org.jacorb.util.tracing   
org.omg.IOP   
 

Uses of Codec in org.jacorb.orb.giop
 

Constructors in org.jacorb.orb.giop with parameters of type Codec
BiDirConnectionServerInterceptor(ORB orb, Codec codec)
           
BiDirConnectionClientInterceptor(ORB orb, Codec codec)
           
 

Uses of Codec in org.jacorb.orb.portableInterceptor
 

Classes in org.jacorb.orb.portableInterceptor that implement Codec
 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
 

Methods in org.jacorb.orb.portableInterceptor that return Codec
 Codec CodecFactoryImpl.create_codec(Encoding enc)
          implementation of org.omg.IOP.CodecFactoryOperations interface
 

Uses of Codec in org.jacorb.security.sas
 

Fields in org.jacorb.security.sas declared as Codec
protected  Codec SASTargetInterceptor.codec
           
protected  Codec SASClientInterceptor.codec
           
protected static Codec GSSUPProvider.codec
           
 

Uses of Codec in org.jacorb.util.tracing
 

Constructors in org.jacorb.util.tracing with parameters of type Codec
ServerTraceInterceptor(int slot_id, Codec codec)
           
ServerTraceInterceptor(int slot_id, Codec codec, java.io.PrintStream logStream)
           
ClientTraceInterceptor(Codec codec, int slot_id, TracingService tracer)
           
 

Uses of Codec in org.omg.IOP
 

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

Fields in org.omg.IOP declared as Codec
 Codec CodecHolder.value
           
 

Methods in org.omg.IOP that return Codec
static Codec CodecHelper.extract(Any any)
           
static Codec CodecHelper.read(InputStream in)
           
static Codec CodecHelper.narrow(java.lang.Object obj)
           
static Codec CodecHelper.narrow(Object obj)
           
static Codec CodecHelper.unchecked_narrow(Object obj)
           
 Codec CodecFactoryLocalTie.create_codec(Encoding enc)
           
 Codec CodecFactoryOperations.create_codec(Encoding enc)
           
 

Methods in org.omg.IOP with parameters of type Codec
static void CodecHelper.insert(Any any, Codec s)
           
static void CodecHelper.write(OutputStream _out, Codec s)
           
 

Constructors in org.omg.IOP with parameters of type Codec
CodecHolder(Codec initial)