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 CodecClientGroupManager. codecprivate CodecServerGroupManager. 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 classCDREncapsCodecCDREncapsCodec 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. codecsMethods in com.sun.corba.ee.impl.interceptors that return Codec Modifier and Type Method Description CodecCodecFactoryImpl. 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 CodecCodecHolder. valueMethods in org.omg.IOP that return Codec Modifier and Type Method Description CodecCodecFactoryOperations. create_codec(Encoding enc)Create aCodecof the given encoding.static CodecCodecHelper. extract(Any a)static CodecCodecHelper. narrow(Object obj)static CodecCodecHelper. read(InputStream istream)static CodecCodecHelper. unchecked_narrow(Object obj)Methods in org.omg.IOP with parameters of type Codec Modifier and Type Method Description static voidCodecHelper. insert(Any a, Codec that)static voidCodecHelper. write(OutputStream ostream, Codec value)Constructors in org.omg.IOP with parameters of type Codec Constructor Description CodecHolder(Codec initialValue)
-