KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > omg > IOP > CodecFactory


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.idl
8 * Saturday, February 9, 2008 9:40:05 AM GMT
9 */

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 JavaDoc, org.omg.CORBA.Object JavaDoc, org.omg.CORBA.portable.IDLEntity JavaDoc
18 {
19 } // interface CodecFactory
20
Popular Tags