Uses of Interface
org.apache.camel.builder.endpoint.dsl.XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder
Packages that use XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder
-
Uses of XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the XQuery component.Methods in org.apache.camel.builder.endpoint.dsl that return XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilderModifier and TypeMethodDescriptionXQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder.allowStAX(boolean allowStAX) Whether to allow using StAX mode.Whether to allow using StAX mode.XQueryEndpointBuilderFactory.AdvancedXQueryEndpointProducerBuilder.basic()XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder.headerName(String headerName) To use a Camel Message header as the input source instead of Message body.XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder.namespacePrefixes(String namespacePrefixes) Allows to control which namespace prefixes to use for a set of namespace mappings.XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder.namespacePrefixes(Map<String, String> namespacePrefixes) Allows to control which namespace prefixes to use for a set of namespace mappings.XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder.propertyName(String propertyName) To use a Camel Exchange property as the input source instead of Message body.XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder.resultsFormat(String resultsFormat) What output result to use.XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder.resultsFormat(org.apache.camel.component.xquery.ResultFormat resultsFormat) What output result to use.XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder.resultType(Class<Object> resultType) What output result to use defined as a class.XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder.resultType(String resultType) What output result to use defined as a class.XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder.stripsAllWhiteSpace(boolean stripsAllWhiteSpace) Whether to strip all whitespaces.XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder.stripsAllWhiteSpace(String stripsAllWhiteSpace) Whether to strip all whitespaces.