public class GroovyExpressionEvaluator extends AbstractScriptExpressionEvaluator
ExpressionEvaluator that allows the user to define Groovy expressions to extract
data from the current message.
If a POJO is passed in it is accessible from the 'payload' namespace. If a MuleMessage instance is used then
it is accessible from the message' namespace and the 'payload' namespace is also available.| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
cache, muleContextPHASE_NAME| Constructor and Description |
|---|
GroovyExpressionEvaluator() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
dispose, evaluate, getScript, setMuleContextevaluateTypedpublic static final String NAME
public String getName()
Copyright © 2003–2018 MuleSoft, Inc.. All rights reserved.