Uses of Class
org.apache.camel.component.xquery.ResultFormat

Uses of ResultFormat in org.apache.camel.component.xquery
 

Methods in org.apache.camel.component.xquery that return ResultFormat
 ResultFormat XQueryBuilder.getResultsFormat()
           
static ResultFormat ResultFormat.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ResultFormat[] ResultFormat.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.camel.component.xquery with parameters of type ResultFormat
 void XQueryBuilder.setResultsFormat(ResultFormat resultsFormat)
           
 



Apache CAMEL