Methods Summary |
---|
public void | close(javax.xml.ws.handler.MessageContext context)Called at the conclusion of a message exchange pattern just prior to
the JAX-WS runtime disptaching a message, fault or exception. Refer to
the description of the handler
framework in the JAX-WS specification for full details.
|
public boolean | handleFault(C context)The handleFault method is invoked for fault message
processing. Refer to the description of the handler
framework in the JAX-WS specification for full details.
|
public boolean | handleMessage(C context)The handleMessage method is invoked for normal processing
of inbound and outbound messages. Refer to the description of the handler
framework in the JAX-WS specification for full details.
|