|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.module.scripting.expression.AbstractScriptExpressionEvaluator
org.mule.module.scripting.expression.GroovyExpressionEvaluator
public class GroovyExpressionEvaluator
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.
Field Summary | |
---|---|
static java.lang.String |
NAME
|
Fields inherited from class org.mule.module.scripting.expression.AbstractScriptExpressionEvaluator |
---|
cache, muleContext |
Fields inherited from interface org.mule.api.lifecycle.Disposable |
---|
PHASE_NAME |
Constructor Summary | |
---|---|
GroovyExpressionEvaluator()
|
Method Summary | |
---|---|
java.lang.String |
getName()
Gets the name of the object |
Methods inherited from class org.mule.module.scripting.expression.AbstractScriptExpressionEvaluator |
---|
dispose, evaluate, getScript, setMuleContext, setName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String NAME
Constructor Detail |
---|
public GroovyExpressionEvaluator()
Method Detail |
---|
public java.lang.String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |