public class MuleContextExpressionEvaluator extends Object implements ExpressionEvaluator
| Constructor and Description |
|---|
MuleContextExpressionEvaluator() |
| Modifier and Type | Method and Description |
|---|---|
Object |
evaluate(String expression,
Object message)
Extracts a single property from the message
|
protected MuleEventContext |
getEventContext() |
protected MuleContext |
getMuleContext() |
String |
getName()
Gts the name of the object
|
void |
setName(String name)
Sets the name of the object
|
public static final String NAME
public Object evaluate(String expression, Object message)
evaluate in interface ExpressionEvaluatorexpression - the property expression or expressionmessage - the message to extract fromprotected MuleContext getMuleContext()
protected MuleEventContext getEventContext()
public String getName()
getName in interface NamedObjectpublic void setName(String name)
setName in interface NamedObjectname - the name of the objectCopyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.