Codecs
CodecFactory
ORB.resolve_initial_references( "CodecFactory" )
return read (a.create_input_stream ());
return _id;
org.omg.CORBA.portable.OutputStream out = a.create_output_stream (); a.type (type ()); write (out, that); a.read_value (out.create_input_stream (), type ());
if (obj == null) return null; else if (obj instanceof org.omg.IOP.CodecFactory) return (org.omg.IOP.CodecFactory)obj; else throw new org.omg.CORBA.BAD_PARAM ();
throw new org.omg.CORBA.MARSHAL ();
if (__typeCode == null) { __typeCode = org.omg.CORBA.ORB.init ().create_interface_tc (org.omg.IOP.CodecFactoryHelper.id (), "CodecFactory"); } return __typeCode;