public class EnrichMediator
extends org.wso2.carbon.mediator.service.ui.AbstractMediator
Constructor and Description |
---|
EnrichMediator() |
Modifier and Type | Method and 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) |
collectNameValuePairs, disableStatistics, enableStatistics, getMediatorProperties, getTraceState, isAuditConfigurable, isStatisticsEnable, processAuditStatus, saveTracingState, serializeMediatorProperties, serializeNamespaces, setAuditConfigurable, setTraceState
public String getSourceType()
public void setSourceType(String sourceType)
public String getSourceClone()
public void setSourceClone(String sourceClone)
public org.apache.synapse.config.xml.SynapsePath getSourceExpression()
public void setSourceExpression(org.apache.synapse.config.xml.SynapsePath sourceExpression)
public String getSourceProperty()
public void setSourceProperty(String sourceProperty)
public String getSourceInlineElement()
public void setSourceInlineElement(String sourceInlineElement)
public String getTargetAction()
public void setTargetAction(String targetAction)
public String getTargetType()
public void setTargetType(String targetType)
public org.apache.synapse.config.xml.SynapsePath getTargetExpression()
public void setTargetExpression(org.apache.synapse.config.xml.SynapsePath targetExpression)
public String getTargetProperty()
public void setTargetProperty(String targetProperty)
public String getTagLocalName()
public String getInlineSourceRegKey()
public void setInlineSourceRegKey(String inlineSourceRegKey)
public org.apache.axiom.om.OMElement serialize(org.apache.axiom.om.OMElement parent)
public void build(org.apache.axiom.om.OMElement elem)
Copyright © 2020 WSO2. All rights reserved.