org.mule.module.scripting.expression
Class GroovyExpressionEvaluator
java.lang.Object
org.mule.module.scripting.expression.AbstractScriptExpressionEvaluator
org.mule.module.scripting.expression.GroovyExpressionEvaluator
- All Implemented Interfaces:
- MuleContextAware, ExpressionEvaluator, Disposable, NamedObject
public class GroovyExpressionEvaluator
- extends AbstractScriptExpressionEvaluator
An 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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME
public static final String NAME
- See Also:
- Constant Field Values
GroovyExpressionEvaluator
public GroovyExpressionEvaluator()
getName
public String getName()
- Gets the name of the object
- Returns:
- the name of the object
Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.