public final class XPathExpression extends Object implements BooleanExpression
| Modifier and Type | Class and Description |
|---|---|
static interface |
XPathExpression.XPathEvaluator |
| Modifier and Type | Field and Description |
|---|---|
static String |
DOCUMENT_BUILDER_FACTORY_FEATURE |
| Modifier and Type | Method and Description |
|---|---|
Object |
evaluate(MessageEvaluationContext message) |
boolean |
matches(MessageEvaluationContext message) |
protected static void |
setupFeatures(DocumentBuilderFactory factory) |
String |
toString() |
public static final String DOCUMENT_BUILDER_FACTORY_FEATURE
protected static void setupFeatures(DocumentBuilderFactory factory)
public Object evaluate(MessageEvaluationContext message) throws javax.jms.JMSException
evaluate in interface Expressionjavax.jms.JMSExceptionpublic boolean matches(MessageEvaluationContext message) throws javax.jms.JMSException
matches in interface BooleanExpressionmessage - javax.jms.JMSExceptionCopyright © 2005–2020 The Apache Software Foundation. All rights reserved.