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.util.xpath.SynapseXPath |
getSourceExpression() |
String |
getSourceInlineXML() |
String |
getSourceProperty() |
String |
getSourceType() |
String |
getTagLocalName() |
String |
getTargetAction() |
org.apache.synapse.util.xpath.SynapseXPath |
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.util.xpath.SynapseXPath sourceExpression) |
void |
setSourceInlineXML(String sourceInlineXML) |
void |
setSourceProperty(String sourceProperty) |
void |
setSourceType(String sourceType) |
void |
setTargetAction(String targetAction) |
void |
setTargetExpression(org.apache.synapse.util.xpath.SynapseXPath 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.util.xpath.SynapseXPath getSourceExpression()
public void setSourceExpression(org.apache.synapse.util.xpath.SynapseXPath sourceExpression)
public String getSourceProperty()
public void setSourceProperty(String sourceProperty)
public String getSourceInlineXML()
public void setSourceInlineXML(String sourceInlineXML)
public String getTargetAction()
public void setTargetAction(String targetAction)
public String getTargetType()
public void setTargetType(String targetType)
public org.apache.synapse.util.xpath.SynapseXPath getTargetExpression()
public void setTargetExpression(org.apache.synapse.util.xpath.SynapseXPath 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 © 2018 WSO2. All rights reserved.