|
||||||||||
| 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 |
protected MuleContext |
muleContext
Deprecated. |
static String |
NAME
Deprecated. |
| Constructor Summary | |
|---|---|
JXPathExpressionEvaluator()
Deprecated. |
|
| Method Summary | |
|---|---|
protected void |
addNamespacesToContext(NamespaceManager manager,
org.apache.commons.jxpath.JXPathContext context)
Deprecated. |
Object |
evaluate(String expression,
MuleMessage message)
Deprecated. Extracts a single property from the message |
String |
getName()
Deprecated. Gets the name of the object |
protected NamespaceManager |
getNamespaceManager()
Deprecated. |
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
protected transient MuleContext muleContext
| Constructor Detail |
|---|
public JXPathExpressionEvaluator()
| Method Detail |
|---|
public void setMuleContext(MuleContext context)
setMuleContext in interface MuleContextAware
public Object evaluate(String expression,
MuleMessage message)
ExpressionEvaluator
evaluate in interface ExpressionEvaluatorexpression - the property expression or expressionmessage - the message to extract from
protected void addNamespacesToContext(NamespaceManager manager,
org.apache.commons.jxpath.JXPathContext context)
public String getName()
getName in interface NamedObjectpublic void setName(String name)
setName in interface NamedObjectname - the name of the objectprotected NamespaceManager getNamespaceManager()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||