Uses of Class
org.omg.PortableInterceptor.ForwardRequest

Packages that use ForwardRequest
org.omg.PortableInterceptor   
 

Uses of ForwardRequest in org.omg.PortableInterceptor
 

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 s)
           
static void ForwardRequestHelper.write(OutputStream out, ForwardRequest s)
           
 

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



Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.