public class OptionalJaxWSTxInboundBridgeHandler extends Object implements Handler
| Constructor and Description |
|---|
OptionalJaxWSTxInboundBridgeHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
close(MessageContext messageContext)
Called at the conclusion of a message exchange pattern just prior to
the JAX-WS runtime disptaching a message, fault or exception.
|
boolean |
handleFault(MessageContext messageContext)
The
handleFault method is invoked for fault message
processing. |
boolean |
handleMessage(MessageContext messageContext)
The
handleMessage method is invoked for normal processing
of inbound and outbound messages. |
public boolean handleMessage(MessageContext messageContext)
HandlerhandleMessage 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.handleMessage in interface HandlermessageContext - the message context.true to continue
processing.false to block
processing.public boolean handleFault(MessageContext messageContext)
HandlerhandleFault method is invoked for fault message
processing. Refer to the description of the handler
framework in the JAX-WS specification for full details.handleFault in interface HandlermessageContext - the message contexttrue to continue
processing.false to block
processing.public void close(MessageContext messageContext)
HandlerCopyright © 2017 JBoss by Red Hat. All rights reserved.