1. package org.omg.IOP;
  2. /**
  3. * org/omg/IOP/CodecFactory.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. * <code>Codecs</code> are obtained from the <code>CodecFactory</code>.
  10. * The <code>CodecFactory</code> is obtained through a call to
  11. * <code>ORB.resolve_initial_references( "CodecFactory" )</code>.
  12. */
  13. public interface CodecFactory extends CodecFactoryOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity
  14. {
  15. } // interface CodecFactory