@Deprecated public class JXPathExpressionEvaluator extends AbstractExpressionEvaluator implements MuleContextAware
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger
Deprecated.
logger used by this class
|
protected MuleContext |
muleContext
Deprecated.
|
static String |
NAME
Deprecated.
|
| Constructor and Description |
|---|
JXPathExpressionEvaluator()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addNamespacesToContext(NamespaceManager manager,
org.apache.commons.jxpath.JXPathContext context)
Deprecated.
|
Object |
evaluate(String expression,
MuleMessage message)
Deprecated.
|
String |
getName()
Deprecated.
|
protected NamespaceManager |
getNamespaceManager()
Deprecated.
|
void |
setMuleContext(MuleContext context)
Deprecated.
|
evaluateTypedpublic static final String NAME
protected transient org.slf4j.Logger logger
protected transient MuleContext muleContext
public void setMuleContext(MuleContext context)
setMuleContext in interface MuleContextAwarepublic Object evaluate(String expression, MuleMessage message)
evaluate in interface ExpressionEvaluatorprotected void addNamespacesToContext(NamespaceManager manager, org.apache.commons.jxpath.JXPathContext context)
public String getName()
getName in interface NamedObjectprotected NamespaceManager getNamespaceManager()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.