public static interface XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
default XQueryEndpointBuilderFactory.AdvancedXQueryEndpointProducerBuilder advanced()
default XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder allowStAX(boolean allowStAX)
boolean type.
Default: false
Group: commondefault XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder allowStAX(String allowStAX)
boolean type.
Default: false
Group: commondefault XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder headerName(String headerName)
java.lang.String type.
Group: commondefault XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder namespacePrefixes(Map<String,String> namespacePrefixes)
java.util.Map<java.lang.String,
java.lang.String> type.
Group: commondefault XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder namespacePrefixes(String namespacePrefixes)
java.util.Map<java.lang.String, java.lang.String>
type.
Group: commondefault XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder resultsFormat(XQueryEndpointBuilderFactory.ResultFormat resultsFormat)
org.apache.camel.component.xquery.ResultFormat type.
Default: DOM
Group: commondefault XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder resultsFormat(String resultsFormat)
org.apache.camel.component.xquery.ResultFormat type.
Default: DOM
Group: commondefault XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder resultType(Class<Object> resultType)
java.lang.Class<java.lang.Object>
type.
Group: commondefault XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder resultType(String resultType)
java.lang.Class<java.lang.Object> type.
Group: commondefault XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder stripsAllWhiteSpace(boolean stripsAllWhiteSpace)
boolean type.
Default: true
Group: commondefault XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder stripsAllWhiteSpace(String stripsAllWhiteSpace)
boolean type.
Default: true
Group: commondefault XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder lazyStartProducer(String lazyStartProducer)
boolean type.
Default: false
Group: producerApache Camel