XPath3Function instead@Deprecated public abstract class AbstractXPathExpressionEvaluator extends AbstractExpressionEvaluator implements Initialisable, Disposable, MuleContextAware
PHASE_NAMEPHASE_NAME| Constructor and Description |
|---|
AbstractXPathExpressionEvaluator()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addNamespaces(NamespaceManager manager,
org.jaxen.XPath xpath)
Deprecated.
|
protected abstract org.jaxen.XPath |
createXPath(String expression,
Object object)
Deprecated.
|
void |
dispose()
Deprecated.
A lifecycle method where implementor should free up any resources.
|
Object |
evaluate(String expression,
MuleMessage message)
Deprecated.
|
protected abstract Object |
extractResultFromNode(Object result)
Deprecated.
|
protected List<?> |
extractResultsFromNodes(List<?> results)
Deprecated.
|
protected abstract String |
getDeprecationMessage()
Deprecated.
|
MuleContext |
getMuleContext()
Deprecated.
|
NamespaceManager |
getNamespaceManager()
Deprecated.
|
protected Object |
getPayloadForXPath(MuleMessage message)
Deprecated.
|
protected org.jaxen.XPath |
getXPath(String expression,
Object object)
Deprecated.
|
protected String |
getXPathClassName(Object object)
Deprecated.
|
void |
initialise()
Deprecated.
|
void |
inject()
Deprecated.
|
void |
setMuleContext(MuleContext context)
Deprecated.
|
void |
setNamespaceManager(NamespaceManager namespaceManager)
Deprecated.
|
evaluateTypedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamepublic AbstractXPathExpressionEvaluator()
protected abstract String getDeprecationMessage()
public void setMuleContext(MuleContext context)
setMuleContext in interface MuleContextAwarepublic void initialise()
throws InitialisationException
initialise in interface InitialisableInitialisationExceptionpublic Object evaluate(String expression, MuleMessage message)
evaluate in interface ExpressionEvaluatorprotected Object getPayloadForXPath(MuleMessage message) throws TransformerException
TransformerExceptionprotected void addNamespaces(NamespaceManager manager, org.jaxen.XPath xpath)
protected org.jaxen.XPath getXPath(String expression, Object object) throws org.jaxen.JaxenException
org.jaxen.JaxenExceptionprotected abstract org.jaxen.XPath createXPath(String expression, Object object) throws org.jaxen.JaxenException
org.jaxen.JaxenExceptionpublic void dispose()
dispose in interface Disposablepublic NamespaceManager getNamespaceManager()
public void setNamespaceManager(NamespaceManager namespaceManager)
public MuleContext getMuleContext()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.