org.mule.module.xml.expression
Class JXPathExpressionEvaluator

java.lang.Object
  extended by 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


Field Summary
protected  Log logger
          logger used by this class
static String NAME
           
 
Constructor Summary
JXPathExpressionEvaluator()
           
 
Method Summary
 Object evaluate(String name, Object message)
           
 String getName()
          
 void setName(String name)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final String NAME
See Also:
Constant Field Values

logger

protected transient Log logger
logger used by this class

Constructor Detail

JXPathExpressionEvaluator

public JXPathExpressionEvaluator()
Method Detail

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.