public class JXPathExpressionEvaluator extends Object implements ExpressionEvaluator
Modifier and Type | Field and Description |
---|---|
protected org.apache.commons.logging.Log |
logger
logger used by this class
|
static String |
NAME |
Constructor and Description |
---|
JXPathExpressionEvaluator() |
public static final String NAME
protected transient org.apache.commons.logging.Log logger
public Object evaluate(String name, Object message)
ExpressionEvaluator
evaluate
in interface ExpressionEvaluator
name
- the property expression or expressionmessage
- the message to extract frompublic String getName()
getName
in interface NamedObject
public void setName(String name)
setName
in interface NamedObject
name
- the name of the objectCopyright © 2003–2013 MuleSource, Inc.. All rights reserved.