org.mule.registry
Class ExpressionEvaluatorProcessor
java.lang.Object
org.mule.registry.ExpressionEvaluatorProcessor
- All Implemented Interfaces:
- Disposable, ObjectProcessor, PreInitProcessor
public class ExpressionEvaluatorProcessor
- extends Object
- implements PreInitProcessor, Disposable
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExpressionEvaluatorProcessor
public ExpressionEvaluatorProcessor(MuleContext context)
process
public Object process(Object object)
- Specified by:
process
in interface ObjectProcessor
dispose
public void dispose()
- A lifecycle method where implementor should free up any resources. If an
exception is thrown it should just be logged and processing should continue.
This method should not throw Runtime exceptions.
- Specified by:
dispose
in interface Disposable
Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.