public class TransactionMediator
extends org.wso2.carbon.mediator.service.ui.AbstractMediator
Modifier and Type | Field and 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 and Description |
---|
TransactionMediator() |
Modifier and Type | Method and 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) |
collectNameValuePairs, disableStatistics, enableStatistics, getMediatorProperties, getTraceState, isAuditConfigurable, isStatisticsEnable, processAuditStatus, saveTracingState, serializeMediatorProperties, serializeNamespaces, setAuditConfigurable, setTraceState
public static final String ACTION_COMMIT
public static final String ACTION_ROLLBACK
public static final String ACTION_SUSPEND
public static final String ACTION_RESUME
public static final String ACTION_NEW
public static final String ACTION_USE_EXISTING_OR_NEW
public static final String ACTION_FAULT_IF_NO_TX
public static final String SUSPENDED_TRANSACTION
Copyright © 2021 WSO2. All rights reserved.