@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface XQueryEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
XQueryEndpointBuilderFactory.AdvancedXQueryEndpointBuilder
Advanced builder for endpoint for the XQuery component.
|
static interface |
XQueryEndpointBuilderFactory.AdvancedXQueryEndpointConsumerBuilder
Advanced builder for endpoint consumers for the XQuery component.
|
static interface |
XQueryEndpointBuilderFactory.AdvancedXQueryEndpointProducerBuilder
Advanced builder for endpoint producers for the XQuery component.
|
static class |
XQueryEndpointBuilderFactory.ResultFormat
Proxy enum for
org.apache.camel.component.xquery.ResultFormat enum. |
static interface |
XQueryEndpointBuilderFactory.XQueryBuilders |
static interface |
XQueryEndpointBuilderFactory.XQueryEndpointBuilder
Builder for endpoint for the XQuery component.
|
static interface |
XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder
Builder for endpoint consumers for the XQuery component.
|
static interface |
XQueryEndpointBuilderFactory.XQueryEndpointProducerBuilder
Builder for endpoint producers for the XQuery component.
|
| Modifier and Type | Method and Description |
|---|---|
static XQueryEndpointBuilderFactory.XQueryEndpointBuilder |
xquery(String path)
XQuery (camel-saxon)
Transforms the message using a XQuery template using Saxon.
|
static XQueryEndpointBuilderFactory.XQueryEndpointBuilder xquery(String path)
xquery:resourceUri
Path parameter: resourceUri (required)
The name of the template to load from classpath or file systemApache Camel