public class NullClientInterceptorHandler extends Object implements ClientInterceptorHandler
| Modifier and Type | Method and Description |
|---|---|
static ClientInterceptorHandler |
getInstance() |
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 void handle_location_forward(ReplyInputStream reply, Object forward_reference) throws RemarshalException
handle_location_forward in interface ClientInterceptorHandlerRemarshalExceptionpublic void handle_receive_exception(SystemException exception) throws RemarshalException
handle_receive_exception in interface ClientInterceptorHandlerRemarshalExceptionpublic void handle_receive_exception(SystemException exception, ReplyInputStream reply) throws RemarshalException
handle_receive_exception in interface ClientInterceptorHandlerRemarshalExceptionpublic void handle_receive_exception(ApplicationException exception, ReplyInputStream reply) throws RemarshalException
handle_receive_exception in interface ClientInterceptorHandlerRemarshalExceptionpublic void handle_receive_other(short reply_status)
throws RemarshalException
handle_receive_other in interface ClientInterceptorHandlerRemarshalExceptionpublic void handle_receive_reply(ReplyInputStream reply) throws RemarshalException
handle_receive_reply in interface ClientInterceptorHandlerRemarshalExceptionpublic void handle_send_request()
throws RemarshalException
handle_send_request in interface ClientInterceptorHandlerRemarshalExceptionpublic static ClientInterceptorHandler getInstance()
Copyright © 2017 JacORB. All rights reserved.