org.apache.camel.component.xquery
Class XQueryLanguage

java.lang.Object
  extended by org.apache.camel.component.xquery.XQueryLanguage
All Implemented Interfaces:
Language

public class XQueryLanguage
extends Object
implements Language

Version:
$Revision: 389 $

Constructor Summary
XQueryLanguage()
           
 
Method Summary
 Expression<Exchange> createExpression(String expression)
           
 Predicate<Exchange> createPredicate(String expression)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XQueryLanguage

public XQueryLanguage()
Method Detail

createPredicate

public Predicate<Exchange> createPredicate(String expression)
Specified by:
createPredicate in interface Language

createExpression

public Expression<Exchange> createExpression(String expression)
Specified by:
createExpression in interface Language


Apache CAMEL