Method Summary |
|
public void | destroy() The destroy method indicates the end of lifecycle
for a Handler instance. |
public QName[] | getHeaders() Gets the header blocks processed by this Handler instance. |
public boolean | handleFault(MessageContext context) The handleFault method processes the SOAP faults
based on the SOAP message processing model. |
public boolean | handleRequest(MessageContext mc) The handleRequest method processes the request
SOAP message. |
public boolean | handleResponse(MessageContext context) The handleResponse method processes the response
message. |
public void | init(HandlerInfo hinfo) The init method to enable the Handler instance to
initialize itself. |