public class CommandMediator
extends org.wso2.carbon.mediator.service.ui.AbstractMediator
Modifier and Type | Field and Description |
---|---|
protected static QName |
ATT_ACTION |
protected static QName |
ATT_CTXNAME |
protected static String |
RAUC_ACTION |
protected static String |
RAUM_ACTION |
protected static String |
RC_ACTION |
protected static String |
RM_ACTION |
protected static String |
UC_ACTION |
protected static String |
UM_ACTION |
Constructor and Description |
---|
CommandMediator() |
Modifier and Type | Method and Description |
---|---|
void |
addContextGetterProperty(String name,
String value) |
void |
addContextSetterProperty(String name,
String ctxName) |
void |
addMessageGetterProperty(String name,
org.apache.synapse.util.xpath.SynapseXPath xpath) |
void |
addMessageSetterProperty(String name,
org.apache.synapse.util.xpath.SynapseXPath xpath) |
void |
addStaticSetterProperty(String name,
Object value) |
void |
build(org.apache.axiom.om.OMElement elem) |
String |
getCommand() |
Map<String,String> |
getContextGetterProperties() |
Map<String,String> |
getContextSetterProperties() |
Map<String,org.apache.synapse.util.xpath.SynapseXPath> |
getMessageGetterProperties() |
Map<String,org.apache.synapse.util.xpath.SynapseXPath> |
getMessageSetterProperties() |
Map<String,Object> |
getStaticSetterProperties() |
String |
getTagLocalName() |
org.apache.axiom.om.OMElement |
serialize(org.apache.axiom.om.OMElement parent) |
void |
setCommand(String command) |
collectNameValuePairs, disableStatistics, enableStatistics, getMediatorProperties, getTraceState, isAuditConfigurable, isStatisticsEnable, processAuditStatus, saveTracingState, serializeMediatorProperties, serializeNamespaces, setAuditConfigurable, setTraceState
protected static final QName ATT_ACTION
protected static final QName ATT_CTXNAME
protected static final String RM_ACTION
protected static final String UM_ACTION
protected static final String RC_ACTION
protected static final String UC_ACTION
protected static final String RAUM_ACTION
protected static final String RAUC_ACTION
public String getCommand()
public void setCommand(String command)
public void addMessageSetterProperty(String name, org.apache.synapse.util.xpath.SynapseXPath xpath)
public void addMessageGetterProperty(String name, org.apache.synapse.util.xpath.SynapseXPath xpath)
public Map<String,org.apache.synapse.util.xpath.SynapseXPath> getMessageSetterProperties()
public Map<String,org.apache.synapse.util.xpath.SynapseXPath> getMessageGetterProperties()
public org.apache.axiom.om.OMElement serialize(org.apache.axiom.om.OMElement parent)
public void build(org.apache.axiom.om.OMElement elem)
public String getTagLocalName()
Copyright © 2018 WSO2. All rights reserved.