Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.activemq.filter
Class XMLBeansXPathEvaluator  view XMLBeansXPathEvaluator download XMLBeansXPathEvaluator.java

java.lang.Object
  extended byorg.activemq.filter.XMLBeansXPathEvaluator
All Implemented Interfaces:
XPathExpression.XPathEvaluator

public class XMLBeansXPathEvaluator
extends java.lang.Object
implements XPathExpression.XPathEvaluator


Field Summary
private  java.lang.String xpath
           
 
Constructor Summary
XMLBeansXPathEvaluator(java.lang.String xpath)
           
 
Method Summary
 boolean evaluate(javax.jms.Message message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xpath

private final java.lang.String xpath
Constructor Detail

XMLBeansXPathEvaluator

public XMLBeansXPathEvaluator(java.lang.String xpath)
Method Detail

evaluate

public boolean evaluate(javax.jms.Message message)
                 throws javax.jms.JMSException
Specified by:
evaluate in interface XPathExpression.XPathEvaluator