|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mule.module.ibeans.config.InvokeExpressionEvaluator
public class InvokeExpressionEvaluator
TODO
| Constructor Summary | |
|---|---|
InvokeExpressionEvaluator()
|
|
| Method Summary | |
|---|---|
Object |
evaluate(String expression,
MuleMessage message)
Extracts a single property from the message |
String |
getName()
Gets the name of the object |
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 |
| Constructor Detail |
|---|
public InvokeExpressionEvaluator()
| Method Detail |
|---|
public Object evaluate(String expression,
MuleMessage message)
ExpressionEvaluator
evaluate in interface ExpressionEvaluatorexpression - the property expression or expressionmessage - the message to extract from
public void setName(String name)
NamedObject
setName in interface NamedObjectname - the name of the objectpublic String getName()
NamedObject
getName in interface NamedObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||