| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
XQueryEndpointBuilderFactory.XQueryEndpointBuilder
Builder for endpoint for the XQuery component.
|
| Modifier and Type | Method and Description |
|---|---|
default XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder |
XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder.allowStAX(boolean allowStAX)
Whether to allow using StAX mode.
|
default XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder |
XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder.allowStAX(String allowStAX)
Whether to allow using StAX mode.
|
default XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder |
XQueryEndpointBuilderFactory.AdvancedXQueryEndpointProducerBuilder.basic() |
default XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder |
XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder.headerName(String headerName)
To use a Camel Message header as the input source instead of Message
body.
|
default XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder |
XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder |
XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder |
XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder.namespacePrefixes(Map<String,String> namespacePrefixes)
Allows to control which namespace prefixes to use for a set of
namespace mappings.
|
default XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder |
XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder.namespacePrefixes(String namespacePrefixes)
Allows to control which namespace prefixes to use for a set of
namespace mappings.
|
default XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder |
XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder.resultsFormat(String resultsFormat)
What output result to use.
|
default XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder |
XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder.resultsFormat(XQueryEndpointBuilderFactory.ResultFormat resultsFormat)
What output result to use.
|
default XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder |
XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder.resultType(Class<Object> resultType)
What output result to use defined as a class.
|
default XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder |
XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder.resultType(String resultType)
What output result to use defined as a class.
|
default XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder |
XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder.stripsAllWhiteSpace(boolean stripsAllWhiteSpace)
Whether to strip all whitespaces.
|
default XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder |
XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder.stripsAllWhiteSpace(String stripsAllWhiteSpace)
Whether to strip all whitespaces.
|
Apache Camel