Uses of Class
org.apache.camel.component.xquery.ResultFormat
-
Packages that use ResultFormat Package Description org.apache.camel.component.xquery The XQuery Component for transforming messages with XQuery -
-
Uses of ResultFormat in org.apache.camel.component.xquery
Methods in org.apache.camel.component.xquery that return ResultFormat Modifier and Type Method Description ResultFormat
XQueryBuilder. getResultsFormat()
ResultFormat
XQueryEndpoint. 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 Modifier and Type Method Description void
XQueryBuilder. setResultsFormat(ResultFormat resultsFormat)
void
XQueryEndpoint. setResultsFormat(ResultFormat resultsFormat)
What output result to use
-