public class JaxWSTxOutboundBridgeHandler extends Object implements Handler
| Constructor and Description |
|---|
JaxWSTxOutboundBridgeHandler() |
| 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)
Tidy up the Transaction/Thread association before faults are thrown back to the client.
|
protected boolean |
handleInbound(MessageContext msgContext)
Tidy up the Transaction/Thread association before returning a message to the client.
|
boolean |
handleMessage(MessageContext msgContext)
Process a message.
|
protected boolean |
handleOutbound(MessageContext msgContext)
Process outbound messages by mapping the JTA transaction context
to a WS-AT one and associating the latter to the current Thread.
|
public boolean handleMessage(MessageContext msgContext)
handleMessage in interface HandlermsgContext - the context to processpublic boolean handleFault(MessageContext messageContext)
handleFault in interface HandlermessageContext - unusedpublic void close(MessageContext messageContext)
Handlerprotected boolean handleInbound(MessageContext msgContext)
msgContext - unusedprotected boolean handleOutbound(MessageContext msgContext)
msgContext - unusedCopyright © 2017 JBoss by Red Hat. All rights reserved.