Class CDREncapsCodec

java.lang.Object
org.omg.CORBA.LocalObject
com.sun.corba.se.impl.interceptors.CDREncapsCodec
All Implemented Interfaces:
Serializable, Object, IDLEntity, Codec, CodecOperations

public final class CDREncapsCodec extends LocalObject implements Codec
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.
See Also:
  • Constructor Details

    • CDREncapsCodec

      public CDREncapsCodec(ORB orb, int major, int minor)
      Creates a new codec implementation. Uses the given ORB to create CDRInputStreams when necessary.
      Parameters:
      orb - The ORB to use to create a CDRInputStream or CDROutputStream
      major - The major version of GIOP we are encoding for
      minor - The minor version of GIOP we are encoding for
  • Method Details