org.activemq.filter
Class XPathExpression

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

public final class XPathExpression
extends java.lang.Object
implements BooleanExpression

Used to evaluate an XPath Expression in a JMS selector.


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

Method Detail

evaluate

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

toString

public java.lang.String toString()


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