Modifier and Type | Field and Description |
---|---|
protected org.apache.commons.logging.Log |
logger |
Constructor and Description |
---|
JaxenFilter() |
JaxenFilter(String pattern) |
JaxenFilter(String pattern,
String expectedValue) |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(MuleMessage obj)
Check a given message against this filter.
|
Map |
getContextProperties() |
protected org.jaxen.dom4j.Dom4jXPath |
getDom4jXPath() |
protected org.jaxen.dom.DOMXPath |
getDOMXPath() |
String |
getExpectedValue() |
org.apache.commons.jxpath.AbstractFactory |
getFactory() |
protected org.jaxen.javabean.JavaBeanXPath |
getJavaBeanXPath() |
Map |
getNamespaces() |
String |
getPattern() |
void |
setContextProperties(Map contextProperties) |
void |
setExpectedValue(String expectedValue)
Sets the expected result value of the XPath expression
|
void |
setFactory(org.apache.commons.jxpath.AbstractFactory factory) |
void |
setNamespaces(Map namespaces) |
void |
setPattern(String pattern) |
public JaxenFilter()
public JaxenFilter(String pattern)
public boolean accept(MuleMessage obj)
Filter
protected org.jaxen.dom.DOMXPath getDOMXPath() throws org.jaxen.JaxenException
org.jaxen.JaxenException
protected org.jaxen.dom4j.Dom4jXPath getDom4jXPath() throws org.jaxen.JaxenException
org.jaxen.JaxenException
protected org.jaxen.javabean.JavaBeanXPath getJavaBeanXPath() throws org.jaxen.JaxenException
org.jaxen.JaxenException
public String getPattern()
public void setPattern(String pattern)
pattern
- The XPath expressionpublic String getExpectedValue()
public void setExpectedValue(String expectedValue)
public Map getNamespaces()
public void setNamespaces(Map namespaces)
public Map getContextProperties()
public void setContextProperties(Map contextProperties)
public org.apache.commons.jxpath.AbstractFactory getFactory()
public void setFactory(org.apache.commons.jxpath.AbstractFactory factory)
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.