Uses of Interface
org.omg.PortableInterceptor.IORInterceptor

Packages that use IORInterceptor
org.jacorb.orb.portableInterceptor   
org.jacorb.orb.standardInterceptors   
org.omg.PortableInterceptor   
 

Uses of IORInterceptor in org.jacorb.orb.portableInterceptor
 

Methods in org.jacorb.orb.portableInterceptor with parameters of type IORInterceptor
 void ORBInitInfoImpl.add_ior_interceptor(IORInterceptor interceptor)
           
 

Uses of IORInterceptor in org.jacorb.orb.standardInterceptors
 

Classes in org.jacorb.orb.standardInterceptors that implement IORInterceptor
 class CodeSetInfoInterceptor
          This interceptor creates a codeset TaggedComponent.
 class SASComponentInterceptor
          This interceptor creates an sas TaggedComponent
 class SSLComponentInterceptor
          This interceptor creates an ssl TaggedComponent
 

Uses of IORInterceptor in org.omg.PortableInterceptor
 

Fields in org.omg.PortableInterceptor declared as IORInterceptor
 IORInterceptor IORInterceptorHolder.value
           
 

Methods in org.omg.PortableInterceptor that return IORInterceptor
static IORInterceptor IORInterceptorHelper.extract(Any any)
           
static IORInterceptor IORInterceptorHelper.read(InputStream in)
           
static IORInterceptor IORInterceptorHelper.narrow(java.lang.Object obj)
           
static IORInterceptor IORInterceptorHelper.narrow(Object obj)
           
static IORInterceptor IORInterceptorHelper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.PortableInterceptor with parameters of type IORInterceptor
static void IORInterceptorHelper.insert(Any any, IORInterceptor s)
           
static void IORInterceptorHelper.write(OutputStream _out, IORInterceptor s)
           
 void ORBInitInfoOperations.add_ior_interceptor(IORInterceptor interceptor)
           
 

Constructors in org.omg.PortableInterceptor with parameters of type IORInterceptor
IORInterceptorHolder(IORInterceptor initial)