Uses of Class
org.omg.PortableInterceptor.ForwardRequest

Packages that use ForwardRequest
org.apache.yoko.orb.csi   
org.omg.PortableInterceptor   
 

Uses of ForwardRequest in org.apache.yoko.orb.csi
 

Methods in org.apache.yoko.orb.csi that throw ForwardRequest
 void CSIClientRequestInterceptor.receive_exception(ClientRequestInfo ri)
           
 void CSIClientRequestInterceptor.receive_other(ClientRequestInfo ri)
           
 void CSIServerRequestInterceptor.receive_request_service_contexts(ServerRequestInfo ri)
           
 void CSIServerRequestInterceptor.receive_request(ServerRequestInfo ri)
           
 void CSIServerRequestInterceptor.send_exception(ServerRequestInfo ri)
           
 void CSIServerRequestInterceptor.send_other(ServerRequestInfo ri)
           
 void CSIClientRequestInterceptor.send_request(ClientRequestInfo ri)
           
 

Uses of ForwardRequest in org.omg.PortableInterceptor
 

Fields in org.omg.PortableInterceptor declared as ForwardRequest
 ForwardRequest ForwardRequestHolder.value
           
 

Methods in org.omg.PortableInterceptor that return ForwardRequest
static ForwardRequest ForwardRequestHelper.extract(Any any)
           
static ForwardRequest ForwardRequestHelper.read(InputStream in)
           
 

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

Methods in org.omg.PortableInterceptor that throw ForwardRequest
 void ClientRequestInterceptorOperations.receive_exception(ClientRequestInfo ri)
           
 void ClientRequestInterceptorOperations.receive_other(ClientRequestInfo ri)
           
 void ServerRequestInterceptorOperations.receive_request_service_contexts(ServerRequestInfo ri)
           
 void ServerRequestInterceptorOperations.receive_request(ServerRequestInfo ri)
           
 void ServerRequestInterceptorOperations.send_exception(ServerRequestInfo ri)
           
 void ServerRequestInterceptorOperations.send_other(ServerRequestInfo ri)
           
 void ClientRequestInterceptorOperations.send_request(ClientRequestInfo ri)
           
 

Constructors in org.omg.PortableInterceptor with parameters of type ForwardRequest
ForwardRequestHolder(ForwardRequest initial)
           
 



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