public class ExpressionArgumentObjectFactory extends Object implements ObjectFactory<ExpressionArgument>
ObjectFactory that constructs ExpressionArgument from the mule configuration.| Constructor and Description |
|---|
ExpressionArgumentObjectFactory() |
| Modifier and Type | Method and Description |
|---|---|
ExpressionArgument |
getObject() |
void |
setExpression(String expression) |
void |
setOptional(boolean optional) |
public ExpressionArgument getObject() throws Exception
getObject in interface ObjectFactory<ExpressionArgument>Exceptionpublic void setExpression(String expression)
expression - the expression to retrieve the argument value.public void setOptional(boolean optional)
optional - true if the expression may resolve to null and do not fail, false otherwise.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.