package org.omg.IOP; /** * org/omg/IOP/CodecFactory.java . * Generated by the IDL-to-Java compiler (portable), version "3.2" * from ../../../../src/share/classes/org/omg/PortableInterceptor/IOP.idl * Wednesday, June 14, 2006 5:09:54 AM GMT */ /** * Codecs are obtained from the CodecFactory. * The CodecFactory is obtained through a call to * ORB.resolve_initial_references( "CodecFactory" ). */ public interface CodecFactory extends CodecFactoryOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity { } // interface CodecFactory