org.activemq.filter
Class XQueryExpression

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

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

Used to evaluate an XQuery Expression in a JMS selector.


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.