public class ClientInterceptorHandler
extends java.lang.Object
Constructor and Description |
---|
ClientInterceptorHandler(ClientInterceptorHandler original,
ORB orb,
RequestOutputStream ros,
Object self,
Delegate delegate,
ParsedIOR piorOriginal,
ClientConnection connection)
Constructs an interceptor handler for the given parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
handle_location_forward(ReplyInputStream reply,
Object forward_reference) |
void |
handle_receive_exception(ApplicationException exception,
ReplyInputStream reply) |
void |
handle_receive_exception(SystemException exception) |
void |
handle_receive_exception(SystemException exception,
ReplyInputStream reply) |
void |
handle_receive_other(short reply_status) |
void |
handle_receive_reply(ReplyInputStream reply) |
void |
handle_send_request() |
public ClientInterceptorHandler(ClientInterceptorHandler original, ORB orb, RequestOutputStream ros, Object self, Delegate delegate, ParsedIOR piorOriginal, ClientConnection connection)
original
- a ClientInterceptorHandler
value which contains
the original info and hence the original forward_request. May be null.orb
- an org.jacorb.orb.ORB
valueros
- an org.jacorb.orb.giop.RequestOutputStream
valueself
- an org.omg.CORBA.Object
valuedelegate
- an org.jacorb.orb.Delegate
valuepiorOriginal
- an org.jacorb.orb.ParsedIOR
valueconnection
- an org.jacorb.orb.giop.ClientConnection
valuepublic void handle_send_request() throws RemarshalException
RemarshalException
public void handle_location_forward(ReplyInputStream reply, Object forward_reference) throws RemarshalException
RemarshalException
public void handle_receive_reply(ReplyInputStream reply) throws RemarshalException
RemarshalException
public void handle_receive_other(short reply_status) throws RemarshalException
RemarshalException
public void handle_receive_exception(SystemException exception) throws RemarshalException
RemarshalException
public void handle_receive_exception(SystemException exception, ReplyInputStream reply) throws RemarshalException
RemarshalException
public void handle_receive_exception(ApplicationException exception, ReplyInputStream reply) throws RemarshalException
RemarshalException