Uses of Interface
org.omg.IOP.Codec
-
Packages that use Codec Package Description com.sun.corba.ee.impl.folb com.sun.corba.ee.impl.interceptors org.omg.IOP -
-
Uses of Codec in com.sun.corba.ee.impl.folb
Fields in com.sun.corba.ee.impl.folb declared as Codec Modifier and Type Field Description private Codec
ClientGroupManager. codec
private Codec
ServerGroupManager. codec
-
Uses of Codec in com.sun.corba.ee.impl.interceptors
Classes in com.sun.corba.ee.impl.interceptors that implement Codec Modifier and Type Class Description class
CDREncapsCodec
CDREncapsCodec is an implementation of Codec, as described in orbos/99-12-02, that supports CDR encapsulation version 1.0, 1.1, and 1.2.Fields in com.sun.corba.ee.impl.interceptors declared as Codec Modifier and Type Field Description private Codec[]
CodecFactoryImpl. codecs
Methods in com.sun.corba.ee.impl.interceptors that return Codec Modifier and Type Method Description Codec
CodecFactoryImpl. create_codec(Encoding enc)
Creates a codec of the given encoding. -
Uses of Codec in org.omg.IOP
Fields in org.omg.IOP declared as Codec Modifier and Type Field Description Codec
CodecHolder. value
Methods in org.omg.IOP that return Codec Modifier and Type Method Description Codec
CodecFactoryOperations. create_codec(Encoding enc)
Create aCodec
of the given encoding.static Codec
CodecHelper. extract(Any a)
static Codec
CodecHelper. narrow(Object obj)
static Codec
CodecHelper. read(InputStream istream)
static Codec
CodecHelper. unchecked_narrow(Object obj)
Methods in org.omg.IOP with parameters of type Codec Modifier and Type Method Description static void
CodecHelper. insert(Any a, Codec that)
static void
CodecHelper. write(OutputStream ostream, Codec value)
Constructors in org.omg.IOP with parameters of type Codec Constructor Description CodecHolder(Codec initialValue)
-