|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.module.xml.expression.JXPathExpressionEvaluator
public class JXPathExpressionEvaluator
Will extract properties based on Xpath expressions. Will work on Xml/Dom and beans
Field Summary | |
---|---|
protected Log |
logger
Deprecated. logger used by this class |
static String |
NAME
Deprecated. |
Constructor Summary | |
---|---|
JXPathExpressionEvaluator()
Deprecated. |
Method Summary | |
---|---|
protected void |
addNamespaces(NamespaceManager manager,
org.apache.commons.jxpath.JXPathContext context)
Deprecated. |
Object |
evaluate(String name,
MuleMessage message)
Deprecated. Extracts a single property from the message |
String |
getName()
Deprecated. Gets the name of the object |
void |
setMuleContext(MuleContext context)
Deprecated. |
void |
setName(String name)
Deprecated. Sets the name of the object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String NAME
protected transient Log logger
Constructor Detail |
---|
public JXPathExpressionEvaluator()
Method Detail |
---|
public void setMuleContext(MuleContext context)
public Object evaluate(String name, MuleMessage message)
ExpressionEvaluator
evaluate
in interface ExpressionEvaluator
name
- the property expression or expressionmessage
- the message to extract from
protected void addNamespaces(NamespaceManager manager, org.apache.commons.jxpath.JXPathContext context)
public String getName()
getName
in interface NamedObject
public void setName(String name)
setName
in interface NamedObject
name
- the name of the object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |