public abstract class AbstractJTAOverWSATHandler<C extends MessageContext> extends Object implements Handler<C>
| Constructor and Description |
|---|
AbstractJTAOverWSATHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
close(MessageContext context)
Delegates to the JaxWSTxOutboundBridgeHandler.
|
boolean |
handleFault(C context)
Delegates fault handling to the JaxWSTxOutboundBridgeHandler if either JTAOverWSATFeature or default context propagation
is enabled.
|
boolean |
handleMessage(C context)
Delegates message handling to the JaxWSTxOutboundBridgeHandler if either JTAOverWSATFeature or default context
propagation is enabled.
|
protected abstract boolean |
isContextPropagationEnabled(C context)
Checks if JTAOverWSATHandler should propagate JTA context over WS-AT.
|
public boolean handleMessage(C context)
handleMessage in interface Handler<C extends MessageContext>context - JaxWSTxOutboundBridgeHandler.handleMessage(MessageContext)public boolean handleFault(C context)
handleFault in interface Handler<C extends MessageContext>context - JaxWSTxOutboundBridgeHandler.handleFault(MessageContext)public void close(MessageContext context)
close in interface Handler<C extends MessageContext>context - JaxWSTxOutboundBridgeHandler.close(MessageContext)protected abstract boolean isContextPropagationEnabled(C context)
context - Copyright © 2017 JBoss by Red Hat. All rights reserved.