|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mule.expression.RegistryExpressionEvaluator
public class RegistryExpressionEvaluator
Looks up information about objects in the Registry
ExpressionEvaluator,
DefaultExpressionManager| Field Summary | |
|---|---|
protected Log |
logger
logger used by this class |
static String |
NAME
|
| Constructor Summary | |
|---|---|
RegistryExpressionEvaluator()
|
|
| Method Summary | |
|---|---|
Object |
evaluate(String expression,
MuleMessage message)
Extracts a single property from the message |
String |
getName()
Gets the name of the object |
void |
setMuleContext(MuleContext context)
|
void |
setName(String name)
Sets the name of the object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final transient Log logger
public static final String NAME
| Constructor Detail |
|---|
public RegistryExpressionEvaluator()
| Method Detail |
|---|
public void setMuleContext(MuleContext context)
setMuleContext in interface MuleContextAware
public Object evaluate(String expression,
MuleMessage message)
ExpressionEvaluator
evaluate in interface ExpressionEvaluatorexpression - the property expression or expressionmessage - the message to extract from
public String getName()
getName in interface NamedObjectpublic void setName(String name)
setName in interface NamedObjectname - the name of the object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||