Uses of Interface
org.omg.PortableInterceptor.RequestInfo

Packages that use RequestInfo
org.apache.yoko.orb.PortableInterceptor   
org.omg.PortableInterceptor   
 

Uses of RequestInfo in org.apache.yoko.orb.PortableInterceptor
 

Subinterfaces of RequestInfo in org.apache.yoko.orb.PortableInterceptor
 interface ServerRequestInfoExt
           
 

Classes in org.apache.yoko.orb.PortableInterceptor that implement RequestInfo
 class ClientRequestInfo_impl
           
 class RequestInfo_impl
           
 class ServerRequestInfo_impl
           
 

Uses of RequestInfo in org.omg.PortableInterceptor
 

Subinterfaces of RequestInfo in org.omg.PortableInterceptor
 interface ClientRequestInfo
           
 interface ServerRequestInfo
           
 

Fields in org.omg.PortableInterceptor declared as RequestInfo
 RequestInfo RequestInfoHolder.value
           
 

Methods in org.omg.PortableInterceptor that return RequestInfo
static RequestInfo RequestInfoHelper.extract(Any any)
           
static RequestInfo RequestInfoHelper.narrow(Object val)
           
static RequestInfo RequestInfoHelper.read(InputStream in)
           
 

Methods in org.omg.PortableInterceptor with parameters of type RequestInfo
static void RequestInfoHelper.insert(Any any, RequestInfo val)
           
static void RequestInfoHelper.write(OutputStream out, RequestInfo val)
           
 

Constructors in org.omg.PortableInterceptor with parameters of type RequestInfo
RequestInfoHolder(RequestInfo initial)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.