|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.registry.ExpressionEvaluatorProcessor
public class ExpressionEvaluatorProcessor
Registers ExpressionEvaluators with the DefaultExpressionManager
so that they will
be resolved at run-time.
ExpressionEvaluator
objects are used to execute property expressions (usually on the
current message) at run-time to extract a dynamic value.
Field Summary |
---|
Fields inherited from interface org.mule.api.lifecycle.Disposable |
---|
PHASE_NAME |
Constructor Summary | |
---|---|
ExpressionEvaluatorProcessor(MuleContext context)
|
Method Summary | |
---|---|
void |
dispose()
A lifecycle method where implementor should free up any resources. |
java.lang.Object |
process(java.lang.Object object)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExpressionEvaluatorProcessor(MuleContext context)
Method Detail |
---|
public java.lang.Object process(java.lang.Object object)
process
in interface ObjectProcessor
public void dispose()
dispose
in interface Disposable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |