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.ResultFormatXQueryEndpointBuilderFactory.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.XQueryEndpointBuilderXQueryEndpointBuilderFactory.XQueryEndpointBuilder. resultsFormat(XQueryEndpointBuilderFactory.ResultFormat resultsFormat)What output result to use.default XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilderXQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder. resultsFormat(XQueryEndpointBuilderFactory.ResultFormat resultsFormat)What output result to use.default XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilderXQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder. resultsFormat(XQueryEndpointBuilderFactory.ResultFormat resultsFormat)What output result to use.
-