Class EnrichMediator
- java.lang.Object
-
- org.wso2.carbon.mediator.service.ui.AbstractMediator
-
- org.wso2.carbon.mediator.enrich.ui.EnrichMediator
-
- All Implemented Interfaces:
org.wso2.carbon.mediator.service.ui.Mediator
public class EnrichMediator extends org.wso2.carbon.mediator.service.ui.AbstractMediator
-
-
Constructor Summary
Constructors Constructor Description EnrichMediator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
build(org.apache.axiom.om.OMElement elem)
String
getInlineSourceRegKey()
String
getSourceClone()
org.apache.synapse.config.xml.SynapsePath
getSourceExpression()
String
getSourceInlineElement()
String
getSourceProperty()
String
getSourceType()
String
getTagLocalName()
String
getTargetAction()
org.apache.synapse.config.xml.SynapsePath
getTargetExpression()
String
getTargetProperty()
String
getTargetType()
org.apache.axiom.om.OMElement
serialize(org.apache.axiom.om.OMElement parent)
void
setInlineSourceRegKey(String inlineSourceRegKey)
void
setSourceClone(String sourceClone)
void
setSourceExpression(org.apache.synapse.config.xml.SynapsePath sourceExpression)
void
setSourceInlineElement(String sourceInlineElement)
void
setSourceProperty(String sourceProperty)
void
setSourceType(String sourceType)
void
setTargetAction(String targetAction)
void
setTargetExpression(org.apache.synapse.config.xml.SynapsePath targetExpression)
void
setTargetProperty(String targetProperty)
void
setTargetType(String targetType)
-
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
-
getSourceType
public String getSourceType()
-
setSourceType
public void setSourceType(String sourceType)
-
getSourceClone
public String getSourceClone()
-
setSourceClone
public void setSourceClone(String sourceClone)
-
getSourceExpression
public org.apache.synapse.config.xml.SynapsePath getSourceExpression()
-
setSourceExpression
public void setSourceExpression(org.apache.synapse.config.xml.SynapsePath sourceExpression)
-
getSourceProperty
public String getSourceProperty()
-
setSourceProperty
public void setSourceProperty(String sourceProperty)
-
getSourceInlineElement
public String getSourceInlineElement()
-
setSourceInlineElement
public void setSourceInlineElement(String sourceInlineElement)
-
getTargetAction
public String getTargetAction()
-
setTargetAction
public void setTargetAction(String targetAction)
-
getTargetType
public String getTargetType()
-
setTargetType
public void setTargetType(String targetType)
-
getTargetExpression
public org.apache.synapse.config.xml.SynapsePath getTargetExpression()
-
setTargetExpression
public void setTargetExpression(org.apache.synapse.config.xml.SynapsePath targetExpression)
-
getTargetProperty
public String getTargetProperty()
-
setTargetProperty
public void setTargetProperty(String targetProperty)
-
getTagLocalName
public String getTagLocalName()
-
getInlineSourceRegKey
public String getInlineSourceRegKey()
-
setInlineSourceRegKey
public void setInlineSourceRegKey(String inlineSourceRegKey)
-
serialize
public org.apache.axiom.om.OMElement serialize(org.apache.axiom.om.OMElement parent)
-
build
public void build(org.apache.axiom.om.OMElement elem)
-
-