default XQueryEndpointBuilderFactory.XQueryEndpointBuilder |
XQueryEndpointBuilderFactory.XQueryEndpointBuilder.allowStAX(boolean allowStAX) |
Whether to allow using StAX mode.
|
default XQueryEndpointBuilderFactory.XQueryEndpointBuilder |
XQueryEndpointBuilderFactory.XQueryEndpointBuilder.allowStAX(String allowStAX) |
Whether to allow using StAX mode.
|
default XQueryEndpointBuilderFactory.XQueryEndpointBuilder |
XQueryEndpointBuilderFactory.AdvancedXQueryEndpointBuilder.basic() |
|
static XQueryEndpointBuilderFactory.XQueryEndpointBuilder |
XQueryEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
|
default XQueryEndpointBuilderFactory.XQueryEndpointBuilder |
XQueryEndpointBuilderFactory.XQueryEndpointBuilder.headerName(String headerName) |
To use a Camel Message header as the input source instead of Message
body.
|
default XQueryEndpointBuilderFactory.XQueryEndpointBuilder |
XQueryEndpointBuilderFactory.XQueryEndpointBuilder.namespacePrefixes(String namespacePrefixes) |
Allows to control which namespace prefixes to use for a set of
namespace mappings.
|
default XQueryEndpointBuilderFactory.XQueryEndpointBuilder |
XQueryEndpointBuilderFactory.XQueryEndpointBuilder.namespacePrefixes(Map<String,String> namespacePrefixes) |
Allows to control which namespace prefixes to use for a set of
namespace mappings.
|
default XQueryEndpointBuilderFactory.XQueryEndpointBuilder |
XQueryEndpointBuilderFactory.XQueryEndpointBuilder.resultsFormat(String resultsFormat) |
What output result to use.
|
default XQueryEndpointBuilderFactory.XQueryEndpointBuilder |
XQueryEndpointBuilderFactory.XQueryEndpointBuilder.resultsFormat(XQueryEndpointBuilderFactory.ResultFormat resultsFormat) |
What output result to use.
|
default XQueryEndpointBuilderFactory.XQueryEndpointBuilder |
XQueryEndpointBuilderFactory.XQueryEndpointBuilder.resultType(Class<Object> resultType) |
What output result to use defined as a class.
|
default XQueryEndpointBuilderFactory.XQueryEndpointBuilder |
XQueryEndpointBuilderFactory.XQueryEndpointBuilder.resultType(String resultType) |
What output result to use defined as a class.
|
default XQueryEndpointBuilderFactory.XQueryEndpointBuilder |
XQueryEndpointBuilderFactory.XQueryEndpointBuilder.stripsAllWhiteSpace(boolean stripsAllWhiteSpace) |
Whether to strip all whitespaces.
|
default XQueryEndpointBuilderFactory.XQueryEndpointBuilder |
XQueryEndpointBuilderFactory.XQueryEndpointBuilder.stripsAllWhiteSpace(String stripsAllWhiteSpace) |
Whether to strip all whitespaces.
|
default XQueryEndpointBuilderFactory.XQueryEndpointBuilder |
XQueryEndpointBuilderFactory.XQueryBuilders.xquery(String path) |
XQuery (camel-saxon)
Query and/or transform XML payloads using XQuery and Saxon.
|
default XQueryEndpointBuilderFactory.XQueryEndpointBuilder |
XQueryEndpointBuilderFactory.XQueryBuilders.xquery(String componentName,
String path) |
XQuery (camel-saxon)
Query and/or transform XML payloads using XQuery and Saxon.
|