Class Argument
- java.lang.Object
-
- org.apache.synapse.mediators.transform.Argument
-
public class Argument extends Object
-
-
Constructor Summary
Constructors Constructor Description Argument()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SynapsePathgetExpression()StringgetValue()booleanisLiteral()voidsetExpression(SynapsePath expression)voidsetLiteral(boolean isLiteral)voidsetValue(String value)
-
-
-
Method Detail
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
getExpression
public SynapsePath getExpression()
-
setExpression
public void setExpression(SynapsePath expression)
-
isLiteral
public boolean isLiteral()
-
setLiteral
public void setLiteral(boolean isLiteral)
-
-