org.apache.activemq.filter
Class XMLBeansXPathEvaluator

java.lang.Object
  extended by org.apache.activemq.filter.XMLBeansXPathEvaluator
All Implemented Interfaces:
org.apache.activemq.filter.XPathExpression.XPathEvaluator

public class XMLBeansXPathEvaluator
extends Object
implements org.apache.activemq.filter.XPathExpression.XPathEvaluator


Constructor Summary
XMLBeansXPathEvaluator(String xpath)
           
 
Method Summary
 boolean evaluate(org.apache.activemq.command.Message message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLBeansXPathEvaluator

public XMLBeansXPathEvaluator(String xpath)
Method Detail

evaluate

public boolean evaluate(org.apache.activemq.command.Message message)
                 throws javax.jms.JMSException
Specified by:
evaluate in interface org.apache.activemq.filter.XPathExpression.XPathEvaluator
Throws:
javax.jms.JMSException


Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.