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 class
CodecFactoryImpl
CodecFactoryImpl 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 CodecFactory
ORBInitInfoImpl. codecFactory
(package private) CodecFactory
PIHandlerImpl. codecFactory
Methods in com.sun.corba.ee.impl.interceptors that return CodecFactory Modifier and Type Method Description CodecFactory
ORBInitInfoImpl. 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 CodecFactory
CodecFactoryHolder. value
Methods in org.omg.IOP that return CodecFactory Modifier and Type Method Description static CodecFactory
CodecFactoryHelper. extract(Any a)
static CodecFactory
CodecFactoryHelper. narrow(Object obj)
static CodecFactory
CodecFactoryHelper. read(InputStream istream)
static CodecFactory
CodecFactoryHelper. unchecked_narrow(Object obj)
Methods in org.omg.IOP with parameters of type CodecFactory Modifier and Type Method Description static void
CodecFactoryHelper. insert(Any a, CodecFactory that)
static void
CodecFactoryHelper. 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 CodecFactory
ORBInitInfoOperations. codec_factory()
Returns theIOP.CodecFactory
.
-