Uses of Interface
org.omg.IOP.CodecFactory
-
Packages that use CodecFactory Package Description com.sun.corba.ee.impl.interceptors org.omg.IOP org.omg.PortableInterceptor -
-
Uses of CodecFactory in com.sun.corba.ee.impl.interceptors
Classes in com.sun.corba.ee.impl.interceptors that implement CodecFactory Modifier and Type Class Description classCodecFactoryImplCodecFactoryImpl is the implementation of the Codec Factory, as described in orbos/99-12-02.Fields in com.sun.corba.ee.impl.interceptors declared as CodecFactory Modifier and Type Field Description private CodecFactoryORBInitInfoImpl. codecFactory(package private) CodecFactoryPIHandlerImpl. codecFactoryMethods in com.sun.corba.ee.impl.interceptors that return CodecFactory Modifier and Type Method Description CodecFactoryORBInitInfoImpl. codec_factory()This attribute is the IOP::CodecFactory.Constructors in com.sun.corba.ee.impl.interceptors with parameters of type CodecFactory Constructor Description ORBInitInfoImpl(ORB orb, java.lang.String[] args, java.lang.String orbId, CodecFactory codecFactory)Creates a new ORBInitInfoImpl object (scoped to package) -
Uses of CodecFactory in org.omg.IOP
Fields in org.omg.IOP declared as CodecFactory Modifier and Type Field Description CodecFactoryCodecFactoryHolder. valueMethods in org.omg.IOP that return CodecFactory Modifier and Type Method Description static CodecFactoryCodecFactoryHelper. extract(Any a)static CodecFactoryCodecFactoryHelper. narrow(Object obj)static CodecFactoryCodecFactoryHelper. read(InputStream istream)static CodecFactoryCodecFactoryHelper. unchecked_narrow(Object obj)Methods in org.omg.IOP with parameters of type CodecFactory Modifier and Type Method Description static voidCodecFactoryHelper. insert(Any a, CodecFactory that)static voidCodecFactoryHelper. write(OutputStream ostream, CodecFactory value)Constructors in org.omg.IOP with parameters of type CodecFactory Constructor Description CodecFactoryHolder(CodecFactory initialValue) -
Uses of CodecFactory in org.omg.PortableInterceptor
Methods in org.omg.PortableInterceptor that return CodecFactory Modifier and Type Method Description CodecFactoryORBInitInfoOperations. codec_factory()Returns theIOP.CodecFactory.
-