1. package org.omg.IOP;
  2. /**
  3. * org/omg/IOP/Codec.java .
  4. * Generated by the IDL-to-Java compiler (portable), version "3.2"
  5. * from ../../../../src/share/classes/org/omg/PortableInterceptor/IOP.idl
  6. * Wednesday, September 15, 2004 10:28:42 AM GMT
  7. */
  8. /**
  9. * The formats of IOR components and service context data used by ORB
  10. * services are often defined as CDR encapsulations encoding instances
  11. * of IDL defined data types. The <code>Codec</code> provides a mechanism
  12. * to transfer these components between their IDL data types and their CDR
  13. * encapsulation representations.
  14. * <p>
  15. * A <code>Codec</code> is obtained from the <code>CodecFactory</code>.
  16. * The <code>CodecFactory</code> is obtained through a call to
  17. * <code>ORB.resolve_initial_references( "CodecFactory" )</code>.
  18. */
  19. public interface Codec extends CodecOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity
  20. {
  21. } // interface Codec