org.activemq.filter
Class XPathExpression

java.lang.Object
  extended byorg.activemq.filter.XPathExpression
All Implemented Interfaces:
BooleanExpression, Expression

public final class XPathExpression
extends Object
implements BooleanExpression

Used to evaluate an XPath Expression in a JMS selector.


Nested Class Summary
static interface XPathExpression.XPathEvaluator
           
 
Method Summary
 Object evaluate(Message message)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

evaluate

public Object evaluate(Message message)
                throws JMSException
Specified by:
evaluate in interface Expression
Returns:
the value of this expression
Throws:
JMSException

toString

public String toString()


Copyright © 2004-2007 Protique, Ltd.. All Rights Reserved.