public class InboundBridgeManager extends Object
Constructor and Description |
---|
InboundBridgeManager() |
Modifier and Type | Method and Description |
---|---|
static InboundBridge |
getInboundBridge()
Return an InboundBridge instance that maps the current Thread's WS transaction context
to a JTA context.
|
static void |
removeMapping(String externalTxId)
Remove the mapping for the given externalTxId.
|
public static InboundBridge getInboundBridge() throws XAException, WrongStateException, UnknownTransactionException, SystemException, SystemException, AlreadyRegisteredException
WrongStateException
UnknownTransactionException
SystemException
AlreadyRegisteredException
XAException
SystemException
public static void removeMapping(String externalTxId)
externalTxId
- The WS-AT tx identifier.Copyright © 2016 JBoss by Red Hat. All rights reserved.