Uses of Interface
org.omg.IOP.CodecFactoryOperations

Packages that use CodecFactoryOperations
org.jacorb.orb.portableInterceptor   
org.omg.IOP   
 

Uses of CodecFactoryOperations in org.jacorb.orb.portableInterceptor
 

Classes in org.jacorb.orb.portableInterceptor that implement CodecFactoryOperations
 class CodecFactoryImpl
          This class represents a CodecFactory.
 

Uses of CodecFactoryOperations in org.omg.IOP
 

Subinterfaces of CodecFactoryOperations in org.omg.IOP
 interface CodecFactory
          Generated from IDL interface "CodecFactory"
 

Classes in org.omg.IOP that implement CodecFactoryOperations
 class _CodecFactoryLocalBase
          Abstract base class for implementations of local interface CodecFactory
 class CodecFactoryLocalTie
          Generated from IDL interface "CodecFactory"
 

Methods in org.omg.IOP that return CodecFactoryOperations
 CodecFactoryOperations CodecFactoryLocalTie._delegate()
           
 

Methods in org.omg.IOP with parameters of type CodecFactoryOperations
 void CodecFactoryLocalTie._delegate(CodecFactoryOperations delegate)
           
 

Constructors in org.omg.IOP with parameters of type CodecFactoryOperations
CodecFactoryLocalTie(CodecFactoryOperations delegate)