Uses of Interface
org.omg.IOP.CodecOperations
-
Packages that use CodecOperations Package Description com.sun.corba.ee.impl.interceptors org.omg.IOP -
-
Uses of CodecOperations in com.sun.corba.ee.impl.interceptors
Classes in com.sun.corba.ee.impl.interceptors that implement CodecOperations 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. -
Uses of CodecOperations in org.omg.IOP
Subinterfaces of CodecOperations in org.omg.IOP Modifier and Type Interface Description interface
Codec
The formats of IOR components and service context data used by ORB services are often defined as CDR encapsulations encoding instances of IDL defined data types.
-