Uses of Interface org.omg.IOP.CodecFactory

Uses in package gnu.CORBA.Interceptor

Methods with return type org.omg.IOP.CodecFactory

CodecFactory
Get the codec factory.

Uses in package gnu.CORBA

Classes implementing org.omg.IOP.CodecFactory

class
A simple implementation of the Codec factory, able to return the standard Codec's.

Uses in package org.omg.PortableInterceptor

Methods with return type org.omg.IOP.CodecFactory

CodecFactory
Get the CodecFactory that may be needed during the interceptor initialization.

Uses in package org.omg.IOP

Methods with parameter type org.omg.IOP.CodecFactory

void
Insert the CodecFactory into the given Any.
void
This should write the CodecFactory from the CDR intput stream, but this is not possible as CodecFactory is a local object.

Methods with return type org.omg.IOP.CodecFactory

CodecFactory
Extract the CodecFactory from given Any.
CodecFactory
Cast the passed object into the CodecFactory.
CodecFactory
This should read the CodecFactory from the CDR intput stream, but this is not possible as CodecFactory is a local object.
CodecFactory
Narrow the given object to the CodecFactory.