org.mule.module.xml.expression
Class JXPathExpressionEvaluator
java.lang.Object
org.mule.module.xml.expression.JXPathExpressionEvaluator
- All Implemented Interfaces:
- NamedObject, ExpressionEvaluator
public class JXPathExpressionEvaluator
- extends Object
- implements ExpressionEvaluator
Will extract properties based on Xpath expressions. Will work on Xml/Dom and beans
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME
public static final String NAME
- See Also:
- Constant Field Values
logger
protected transient Log logger
- logger used by this class
JXPathExpressionEvaluator
public JXPathExpressionEvaluator()
evaluate
public Object evaluate(String name,
Object message)
- Specified by:
evaluate in interface ExpressionEvaluator
getName
public String getName()
-
- Specified by:
getName in interface NamedObject
setName
public void setName(String name)
-
- Specified by:
setName in interface NamedObject
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.