Uses of Class
org.apache.camel.model.language.XQueryExpression

Packages that use XQueryExpression
org.apache.camel.builder.xml Support for XPath based Expressions and Predicates as well as an XSLT processor 
 

Uses of XQueryExpression in org.apache.camel.builder.xml
 

Methods in org.apache.camel.builder.xml that return XQueryExpression
 XQueryExpression Namespaces.xquery(String expression)
          Creates the XQuery expression using the current namespace context
 XQueryExpression Namespaces.xquery(String expression, Class<?> resultType)
          Creates the XQuery expression using the current namespace context and the given expected return type
 



Apache CAMEL