public class JaxWSTxInboundBridgeHandler extends Object implements Handler
| Constructor and Description |
|---|
JaxWSTxInboundBridgeHandler() |
| 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)
Process inbound messages by mapping the WS transaction context
to a JTA one and associating the latter to the current Thread.
|
boolean |
handleMessage(MessageContext msgContext)
Process a message.
|
protected boolean |
handleOutbound(MessageContext msgContext)
Tidy up the Transaction/Thread association before returning a message to the client.
|
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 © 2012 JBoss by Red Hat. All Rights Reserved.