Class OutboundBridge
java.lang.Object
org.jboss.jbossts.txbridge.outbound.OutboundBridge
Manages Thread association of the interposed coordinator.
Typically called from handlers in the WS stack.
- Author:
- jonathan.halliday@redhat.com, 2009-02-10
-
Constructor Summary
ConstructorDescriptionOutboundBridge
(org.jboss.jbossts.xts.bridge.at.BridgeWrapper bridgeWrapper) Create a new OutboundBridge to manage the given subordinate WS-AT transaction. -
Method Summary
-
Constructor Details
-
OutboundBridge
public OutboundBridge(org.jboss.jbossts.xts.bridge.at.BridgeWrapper bridgeWrapper) Create a new OutboundBridge to manage the given subordinate WS-AT transaction.- Parameters:
bridgeWrapper
- the subordinate transaction controller
-
-
Method Details
-
start
Associate the WS-AT transaction to the current Thread. Typically used by the client side outbound handler. -
stop
Disassociate the WS-AT transaction from the current Thread. Typically used by the client side inbound handler.- Throws:
SystemException
-