org.jacorb.orb
public class ClientInterceptorHandler extends Object
Version: $Id: ClientInterceptorHandler.java,v 1.12 2006/06/29 10:26:09 alphonse.bendt Exp $
| Constructor Summary | |
|---|---|
| ClientInterceptorHandler(ClientInterceptorHandler original, ORB orb, RequestOutputStream ros, Object self, Delegate delegate, ParsedIOR piorOriginal, ClientConnection connection)
Constructs an interceptor handler for the given parameters.
| |
| Method Summary | |
|---|---|
| void | handle_location_forward(ReplyInputStream reply, Object forward_reference) |
| void | handle_receive_exception(SystemException exception) |
| void | handle_receive_exception(SystemException exception, ReplyInputStream reply) |
| void | handle_receive_exception(ApplicationException exception, ReplyInputStream reply) |
| void | handle_receive_other(short reply_status) |
| void | handle_receive_reply(ReplyInputStream reply) |
| void | handle_send_request() |
Parameters: original a ClientInterceptorHandler value which contains
the original info and hence the original forward_request. May be null. orb an org.jacorb.orb.ORB value ros an org.jacorb.orb.giop.RequestOutputStream value self an org.omg.CORBA.Object value delegate an org.jacorb.orb.Delegate value piorOriginal an org.jacorb.orb.ParsedIOR value connection an org.jacorb.orb.giop.ClientConnection value