public class SmooksMediator
extends org.wso2.carbon.mediator.service.ui.AbstractMediator
Constructor and Description |
---|
SmooksMediator() |
Modifier and Type | Method and Description |
---|---|
void |
build(org.apache.axiom.om.OMElement elem) |
String |
getConfigKey() |
org.apache.synapse.util.xpath.SynapseXPath |
getInputExpression() |
String |
getInputType() |
String |
getOutputAction() |
org.apache.synapse.util.xpath.SynapseXPath |
getOutputExpression() |
String |
getOutputProperty() |
String |
getOutputType() |
String |
getTagLocalName() |
org.apache.axiom.om.OMElement |
serialize(org.apache.axiom.om.OMElement parent) |
void |
setConfigKey(String configKey) |
void |
setInputExpression(org.apache.synapse.util.xpath.SynapseXPath inputExpression) |
void |
setInputType(String inputType) |
void |
setOutputAction(String outputAction) |
void |
setOutputExpression(org.apache.synapse.util.xpath.SynapseXPath outputExpression) |
void |
setOutputProperty(String outputProperty) |
void |
setOutputType(String outputType) |
collectNameValuePairs, disableStatistics, enableStatistics, getMediatorProperties, getMediatorProperties, getTraceState, isAuditConfigurable, isStatisticsEnable, processAuditStatus, saveTracingState, serializeMediatorProperties, serializeNamespaces, setAuditConfigurable, setTraceState
public String getConfigKey()
public void setConfigKey(String configKey)
public String getTagLocalName()
public org.apache.axiom.om.OMElement serialize(org.apache.axiom.om.OMElement parent)
public void build(org.apache.axiom.om.OMElement elem)
public String getInputType()
public org.apache.synapse.util.xpath.SynapseXPath getInputExpression()
public String getOutputType()
public org.apache.synapse.util.xpath.SynapseXPath getOutputExpression()
public String getOutputProperty()
public String getOutputAction()
public void setInputType(String inputType)
public void setInputExpression(org.apache.synapse.util.xpath.SynapseXPath inputExpression)
public void setOutputType(String outputType)
public void setOutputExpression(org.apache.synapse.util.xpath.SynapseXPath outputExpression)
public void setOutputProperty(String outputProperty)
public void setOutputAction(String outputAction)
Copyright © 2021 WSO2. All rights reserved.