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_request(ServerRequestInfo ri) Allows an Interceptor to query request information after all the
information, including operation parameters, are available. |
public void | receive_request_service_contexts(ServerRequestInfo ri) Allows the interceptor to process service context information. |
public void | send_exception(ServerRequestInfo ri) Allows an Interceptor to query the exception information and modify the
reply service context before the exception is thrown to the client. |
public void | send_other(ServerRequestInfo 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 | send_reply(ServerRequestInfo ri) Allows an Interceptor to query reply information and modify the reply
service context after the target operation has been invoked and before
the reply is returned to the client. |