Class TransactionMediator
- java.lang.Object
-
- org.wso2.carbon.mediator.service.ui.AbstractMediator
-
- org.wso2.carbon.mediator.transaction.TransactionMediator
-
- All Implemented Interfaces:
org.wso2.carbon.mediator.service.ui.Mediator
public class TransactionMediator extends org.wso2.carbon.mediator.service.ui.AbstractMediator
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACTION_COMMIT
static String
ACTION_FAULT_IF_NO_TX
static String
ACTION_NEW
static String
ACTION_RESUME
static String
ACTION_ROLLBACK
static String
ACTION_SUSPEND
static String
ACTION_USE_EXISTING_OR_NEW
static String
SUSPENDED_TRANSACTION
-
Constructor Summary
Constructors Constructor Description TransactionMediator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
build(org.apache.axiom.om.OMElement elem)
String
getAction()
String
getTagLocalName()
org.apache.axiom.om.OMElement
serialize(org.apache.axiom.om.OMElement parent)
void
setAction(String action)
-
Methods inherited from class org.wso2.carbon.mediator.service.ui.AbstractMediator
collectNameValuePairs, disableStatistics, enableStatistics, getMediatorProperties, getMediatorProperties, getTraceState, isAuditConfigurable, isStatisticsEnable, processAuditStatus, saveTracingState, serializeMediatorProperties, serializeNamespaces, setAuditConfigurable, setTraceState
-
-
-
-
Field Detail
-
ACTION_COMMIT
public static final String ACTION_COMMIT
- See Also:
- Constant Field Values
-
ACTION_ROLLBACK
public static final String ACTION_ROLLBACK
- See Also:
- Constant Field Values
-
ACTION_SUSPEND
public static final String ACTION_SUSPEND
- See Also:
- Constant Field Values
-
ACTION_RESUME
public static final String ACTION_RESUME
- See Also:
- Constant Field Values
-
ACTION_NEW
public static final String ACTION_NEW
- See Also:
- Constant Field Values
-
ACTION_USE_EXISTING_OR_NEW
public static final String ACTION_USE_EXISTING_OR_NEW
- See Also:
- Constant Field Values
-
ACTION_FAULT_IF_NO_TX
public static final String ACTION_FAULT_IF_NO_TX
- See Also:
- Constant Field Values
-
SUSPENDED_TRANSACTION
public static final String SUSPENDED_TRANSACTION
- See Also:
- Constant Field Values
-
-
Method Detail
-
serialize
public org.apache.axiom.om.OMElement serialize(org.apache.axiom.om.OMElement parent)
-
build
public void build(org.apache.axiom.om.OMElement elem)
-
getTagLocalName
public String getTagLocalName()
-
getAction
public String getAction()
-
setAction
public void setAction(String action)
-
-