org.jacorb.orb
Class ClientInterceptorHandler
java.lang.Object
org.jacorb.orb.ClientInterceptorHandler
public class ClientInterceptorHandler
extends java.lang.Object
An instance of this class handles all interactions between one particular
client request and any interceptors registered for it.
Version:
- Andre Spiegel
ClientInterceptorHandler
public ClientInterceptorHandler(ORB orb,
RequestOutputStream ros,
Object self,
Delegate delegate,
ParsedIOR piorOriginal,
ClientConnection connection)
Constructs an interceptor handler for the given parameters.
If no interceptors are registered on the client side,
the resulting object will be a dummy object that does nothing when
invoked.
handle_receive_other
public void handle_receive_other(short reply_status)
throws RemarshalException