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)
Handler
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.handleMessage
in interface Handler
messageContext
- the message context.true
to continue
processing.false
to block
processing.public boolean handleFault(MessageContext messageContext)
Handler
handleFault
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 Handler
messageContext
- the message contexttrue
to continue
processing.false
to block
processing.public void close(MessageContext messageContext)
Handler
Copyright © 2017 JBoss by Red Hat. All rights reserved.