public static class PayloadFactoryMediator.Argument extends Object
Constructor and Description |
---|
PayloadFactoryMediator.Argument() |
Modifier and Type | Method and Description |
---|---|
String |
getEvaluator() |
org.apache.synapse.util.xpath.SynapseXPath |
getExpression() |
org.apache.synapse.util.xpath.SynapseJsonPath |
getJsonPath() |
String |
getValue() |
boolean |
isLiteral() |
void |
setEvaluator(String evaluator) |
void |
setExpression(org.apache.synapse.util.xpath.SynapseXPath expression) |
void |
setJsonPath(org.apache.synapse.util.xpath.SynapseJsonPath jsonPath) |
void |
setLiteral(boolean literal) |
void |
setValue(String value) |
public String getValue()
public void setValue(String value)
public org.apache.synapse.util.xpath.SynapseXPath getExpression()
public void setExpression(org.apache.synapse.util.xpath.SynapseXPath expression)
public org.apache.synapse.util.xpath.SynapseJsonPath getJsonPath()
public void setJsonPath(org.apache.synapse.util.xpath.SynapseJsonPath jsonPath)
public String getEvaluator()
public void setEvaluator(String evaluator)
public boolean isLiteral()
public void setLiteral(boolean literal)
Copyright © 2017 WSO2. All rights reserved.