1 package org.omg.IOP;2 3 4 /**5 * org/omg/IOP/CodecFactory.java .6 * Generated by the IDL-to-Java compiler (portable), version "3.2"7 * from ../../../../src/share/classes/org/omg/PortableInterceptor/IOP.idl8 * Saturday, February 9, 2008 9:40:05 AM GMT9 */10 11 12 /**13 * <code>Codecs</code> are obtained from the <code>CodecFactory</code>. 14 * The <code>CodecFactory</code> is obtained through a call to 15 * <code>ORB.resolve_initial_references( "CodecFactory" )</code>.16 */17 public interface CodecFactory extends CodecFactoryOperations , org.omg.CORBA.Object , org.omg.CORBA.portable.IDLEntity 18 {19 } // interface CodecFactory20