Uses of Class
org.apache.camel.builder.endpoint.dsl.XQueryEndpointBuilderFactory.ResultFormat
-
Packages that use XQueryEndpointBuilderFactory.ResultFormat Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of XQueryEndpointBuilderFactory.ResultFormat in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return XQueryEndpointBuilderFactory.ResultFormat Modifier and Type Method Description static XQueryEndpointBuilderFactory.ResultFormat
XQueryEndpointBuilderFactory.ResultFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static XQueryEndpointBuilderFactory.ResultFormat[]
XQueryEndpointBuilderFactory.ResultFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.builder.endpoint.dsl with parameters of type XQueryEndpointBuilderFactory.ResultFormat Modifier and Type Method Description default XQueryEndpointBuilderFactory.XQueryEndpointBuilder
XQueryEndpointBuilderFactory.XQueryEndpointBuilder. resultsFormat(XQueryEndpointBuilderFactory.ResultFormat resultsFormat)
What output result to use.default XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder
XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder. resultsFormat(XQueryEndpointBuilderFactory.ResultFormat resultsFormat)
What output result to use.default XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder
XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder. resultsFormat(XQueryEndpointBuilderFactory.ResultFormat resultsFormat)
What output result to use.
-