public final class XPathExpression extends Object implements BooleanExpression
Modifier and Type | Class and Description |
---|---|
static interface |
XPathExpression.XPathEvaluator |
Modifier and Type | Method and Description |
---|---|
Object |
evaluate(MessageEvaluationContext message) |
boolean |
matches(MessageEvaluationContext message) |
String |
toString() |
public Object evaluate(MessageEvaluationContext message) throws javax.jms.JMSException
evaluate
in interface Expression
javax.jms.JMSException
public boolean matches(MessageEvaluationContext message) throws javax.jms.JMSException
matches
in interface BooleanExpression
message
- javax.jms.JMSException
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.