public static interface XQueryEndpointBuilderFactory.AdvancedXQueryEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder |
basic() |
default XQueryEndpointBuilderFactory.AdvancedXQueryEndpointConsumerBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
default XQueryEndpointBuilderFactory.AdvancedXQueryEndpointConsumerBuilder |
basicPropertyBinding(String basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
default XQueryEndpointBuilderFactory.AdvancedXQueryEndpointConsumerBuilder |
configuration(Object configuration)
To use a custom Saxon configuration.
|
default XQueryEndpointBuilderFactory.AdvancedXQueryEndpointConsumerBuilder |
configuration(String configuration)
To use a custom Saxon configuration.
|
default XQueryEndpointBuilderFactory.AdvancedXQueryEndpointConsumerBuilder |
configurationProperties(Map<String,Object> configurationProperties)
To set custom Saxon configuration properties.
|
default XQueryEndpointBuilderFactory.AdvancedXQueryEndpointConsumerBuilder |
configurationProperties(String configurationProperties)
To set custom Saxon configuration properties.
|
default XQueryEndpointBuilderFactory.AdvancedXQueryEndpointConsumerBuilder |
exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default XQueryEndpointBuilderFactory.AdvancedXQueryEndpointConsumerBuilder |
exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default XQueryEndpointBuilderFactory.AdvancedXQueryEndpointConsumerBuilder |
exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default XQueryEndpointBuilderFactory.AdvancedXQueryEndpointConsumerBuilder |
exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default XQueryEndpointBuilderFactory.AdvancedXQueryEndpointConsumerBuilder |
moduleURIResolver(Object moduleURIResolver)
To use the custom ModuleURIResolver.
|
default XQueryEndpointBuilderFactory.AdvancedXQueryEndpointConsumerBuilder |
moduleURIResolver(String moduleURIResolver)
To use the custom ModuleURIResolver.
|
default XQueryEndpointBuilderFactory.AdvancedXQueryEndpointConsumerBuilder |
parameters(Map<String,Object> parameters)
Additional parameters.
|
default XQueryEndpointBuilderFactory.AdvancedXQueryEndpointConsumerBuilder |
parameters(String parameters)
Additional parameters.
|
default XQueryEndpointBuilderFactory.AdvancedXQueryEndpointConsumerBuilder |
pollStrategy(org.apache.camel.spi.PollingConsumerPollStrategy pollStrategy)
A pluggable org.apache.camel.PollingConsumerPollingStrategy allowing
you to provide your custom implementation to control error handling
usually occurred during the poll operation before an Exchange have
been created and being routed in Camel.
|
default XQueryEndpointBuilderFactory.AdvancedXQueryEndpointConsumerBuilder |
pollStrategy(String pollStrategy)
A pluggable org.apache.camel.PollingConsumerPollingStrategy allowing
you to provide your custom implementation to control error handling
usually occurred during the poll operation before an Exchange have
been created and being routed in Camel.
|
default XQueryEndpointBuilderFactory.AdvancedXQueryEndpointConsumerBuilder |
properties(Properties properties)
Properties to configure the serialization parameters.
|
default XQueryEndpointBuilderFactory.AdvancedXQueryEndpointConsumerBuilder |
properties(String properties)
Properties to configure the serialization parameters.
|
default XQueryEndpointBuilderFactory.AdvancedXQueryEndpointConsumerBuilder |
staticQueryContext(Object staticQueryContext)
To use a custom Saxon StaticQueryContext.
|
default XQueryEndpointBuilderFactory.AdvancedXQueryEndpointConsumerBuilder |
staticQueryContext(String staticQueryContext)
To use a custom Saxon StaticQueryContext.
|
default XQueryEndpointBuilderFactory.AdvancedXQueryEndpointConsumerBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default XQueryEndpointBuilderFactory.AdvancedXQueryEndpointConsumerBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default XQueryEndpointBuilderFactory.XQueryEndpointConsumerBuilder basic()
default XQueryEndpointBuilderFactory.AdvancedXQueryEndpointConsumerBuilder exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
org.apache.camel.spi.ExceptionHandler
type.
Group: consumer (advanced)default XQueryEndpointBuilderFactory.AdvancedXQueryEndpointConsumerBuilder exceptionHandler(String exceptionHandler)
org.apache.camel.spi.ExceptionHandler type.
Group: consumer (advanced)default XQueryEndpointBuilderFactory.AdvancedXQueryEndpointConsumerBuilder exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
org.apache.camel.ExchangePattern type.
Group: consumer (advanced)default XQueryEndpointBuilderFactory.AdvancedXQueryEndpointConsumerBuilder exchangePattern(String exchangePattern)
org.apache.camel.ExchangePattern type.
Group: consumer (advanced)default XQueryEndpointBuilderFactory.AdvancedXQueryEndpointConsumerBuilder pollStrategy(org.apache.camel.spi.PollingConsumerPollStrategy pollStrategy)
org.apache.camel.spi.PollingConsumerPollStrategy type.
Group: consumer (advanced)default XQueryEndpointBuilderFactory.AdvancedXQueryEndpointConsumerBuilder pollStrategy(String pollStrategy)
org.apache.camel.spi.PollingConsumerPollStrategy type.
Group: consumer (advanced)default XQueryEndpointBuilderFactory.AdvancedXQueryEndpointConsumerBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault XQueryEndpointBuilderFactory.AdvancedXQueryEndpointConsumerBuilder basicPropertyBinding(String basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault XQueryEndpointBuilderFactory.AdvancedXQueryEndpointConsumerBuilder configuration(Object configuration)
net.sf.saxon.Configuration type.
Group: advanceddefault XQueryEndpointBuilderFactory.AdvancedXQueryEndpointConsumerBuilder configuration(String configuration)
net.sf.saxon.Configuration type.
Group: advanceddefault XQueryEndpointBuilderFactory.AdvancedXQueryEndpointConsumerBuilder configurationProperties(Map<String,Object> configurationProperties)
java.util.Map<java.lang.String,
java.lang.Object> type.
Group: advanceddefault XQueryEndpointBuilderFactory.AdvancedXQueryEndpointConsumerBuilder configurationProperties(String configurationProperties)
java.util.Map<java.lang.String, java.lang.Object>
type.
Group: advanceddefault XQueryEndpointBuilderFactory.AdvancedXQueryEndpointConsumerBuilder moduleURIResolver(Object moduleURIResolver)
net.sf.saxon.lib.ModuleURIResolver
type.
Group: advanceddefault XQueryEndpointBuilderFactory.AdvancedXQueryEndpointConsumerBuilder moduleURIResolver(String moduleURIResolver)
net.sf.saxon.lib.ModuleURIResolver type.
Group: advanceddefault XQueryEndpointBuilderFactory.AdvancedXQueryEndpointConsumerBuilder parameters(Map<String,Object> parameters)
java.util.Map<java.lang.String,
java.lang.Object> type.
Group: advanceddefault XQueryEndpointBuilderFactory.AdvancedXQueryEndpointConsumerBuilder parameters(String parameters)
java.util.Map<java.lang.String, java.lang.Object>
type.
Group: advanceddefault XQueryEndpointBuilderFactory.AdvancedXQueryEndpointConsumerBuilder properties(Properties properties)
java.util.Properties type.
Group: advanceddefault XQueryEndpointBuilderFactory.AdvancedXQueryEndpointConsumerBuilder properties(String properties)
java.util.Properties
type.
Group: advanceddefault XQueryEndpointBuilderFactory.AdvancedXQueryEndpointConsumerBuilder staticQueryContext(Object staticQueryContext)
net.sf.saxon.query.StaticQueryContext
type.
Group: advanceddefault XQueryEndpointBuilderFactory.AdvancedXQueryEndpointConsumerBuilder staticQueryContext(String staticQueryContext)
net.sf.saxon.query.StaticQueryContext type.
Group: advanceddefault XQueryEndpointBuilderFactory.AdvancedXQueryEndpointConsumerBuilder synchronous(boolean synchronous)
boolean type.
Default: false
Group: advanceddefault XQueryEndpointBuilderFactory.AdvancedXQueryEndpointConsumerBuilder synchronous(String synchronous)
boolean type.
Default: false
Group: advancedApache Camel