Method Summary |
|
public void | destroy() This method is called to distory this object. |
public String | name() This method returns the name of this interceptor. |
public void | receive_exception(ClientRequestInfo ri) Indicates to the interceptor that an exception occurred. |
public void | receive_other(ClientRequestInfo ri) Allows an Interceptor to query the information available when a request
results in something other than a normal reply or an exception. |
public void | receive_reply(ClientRequestInfo ri) Allows an Interceptor to query the information on a reply after it is
returned from the server and before control is returned to the client. |
public void | send_poll(ClientRequestInfo ri) Allows an Interceptor to query information during a Time-Independent
Invocation(TII) polling get reply sequence. |
public void | send_request(ClientRequestInfo ri) Allows an Interceptor to query request information and modify the service
context before the request is sent to the server. |