public static interface XqueryComponentBuilderFactory.XqueryComponentBuilder extends ComponentBuilder<org.apache.camel.component.xquery.XQueryComponent>
| Modifier and Type | Method and Description |
|---|---|
default XqueryComponentBuilderFactory.XqueryComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default XqueryComponentBuilderFactory.XqueryComponentBuilder |
bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default XqueryComponentBuilderFactory.XqueryComponentBuilder |
configuration(net.sf.saxon.Configuration configuration)
To use a custom Saxon configuration.
|
default XqueryComponentBuilderFactory.XqueryComponentBuilder |
configurationProperties(Map<String,Object> configurationProperties)
To set custom Saxon configuration properties.
|
default XqueryComponentBuilderFactory.XqueryComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default XqueryComponentBuilderFactory.XqueryComponentBuilder |
moduleURIResolver(net.sf.saxon.lib.ModuleURIResolver moduleURIResolver)
To use the custom ModuleURIResolver.
|
build, build, doSetProperty, registerdefault XqueryComponentBuilderFactory.XqueryComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault XqueryComponentBuilderFactory.XqueryComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault XqueryComponentBuilderFactory.XqueryComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault XqueryComponentBuilderFactory.XqueryComponentBuilder configuration(net.sf.saxon.Configuration configuration)
configuration - the value to setdefault XqueryComponentBuilderFactory.XqueryComponentBuilder configurationProperties(Map<String,Object> configurationProperties)
configurationProperties - the value to setdefault XqueryComponentBuilderFactory.XqueryComponentBuilder moduleURIResolver(net.sf.saxon.lib.ModuleURIResolver moduleURIResolver)
moduleURIResolver - the value to setApache Camel