Class SmooksMediator
- java.lang.Object
-
- org.wso2.carbon.mediator.service.ui.AbstractMediator
-
- org.wso2.carbon.mediator.smooks.ui.SmooksMediator
-
- All Implemented Interfaces:
org.wso2.carbon.mediator.service.ui.Mediator
public class SmooksMediator extends org.wso2.carbon.mediator.service.ui.AbstractMediator
-
-
Constructor Summary
Constructors Constructor Description SmooksMediator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
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
-
-
-
-
Method Detail
-
getConfigKey
public String getConfigKey()
-
setConfigKey
public void setConfigKey(String configKey)
-
getTagLocalName
public String getTagLocalName()
-
serialize
public org.apache.axiom.om.OMElement serialize(org.apache.axiom.om.OMElement parent)
-
build
public void build(org.apache.axiom.om.OMElement elem)
-
getInputType
public String getInputType()
-
getInputExpression
public org.apache.synapse.util.xpath.SynapseXPath getInputExpression()
-
getOutputType
public String getOutputType()
-
getOutputExpression
public org.apache.synapse.util.xpath.SynapseXPath getOutputExpression()
-
getOutputProperty
public String getOutputProperty()
-
getOutputAction
public String getOutputAction()
-
setInputType
public void setInputType(String inputType)
-
setInputExpression
public void setInputExpression(org.apache.synapse.util.xpath.SynapseXPath inputExpression)
-
setOutputType
public void setOutputType(String outputType)
-
setOutputExpression
public void setOutputExpression(org.apache.synapse.util.xpath.SynapseXPath outputExpression)
-
setOutputProperty
public void setOutputProperty(String outputProperty)
-
setOutputAction
public void setOutputAction(String outputAction)
-
-