public static interface CMISEndpointBuilderFactory.AdvancedCMISEndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default CMISEndpointBuilderFactory.CMISEndpointProducerBuilder |
basic() |
default CMISEndpointBuilderFactory.AdvancedCMISEndpointProducerBuilder |
sessionFacadeFactory(Object sessionFacadeFactory)
To use a custom CMISSessionFacadeFactory to create the
CMISSessionFacade instances.
|
default CMISEndpointBuilderFactory.AdvancedCMISEndpointProducerBuilder |
sessionFacadeFactory(String sessionFacadeFactory)
To use a custom CMISSessionFacadeFactory to create the
CMISSessionFacade instances.
|
default CMISEndpointBuilderFactory.AdvancedCMISEndpointProducerBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default CMISEndpointBuilderFactory.AdvancedCMISEndpointProducerBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default CMISEndpointBuilderFactory.CMISEndpointProducerBuilder basic()
default CMISEndpointBuilderFactory.AdvancedCMISEndpointProducerBuilder sessionFacadeFactory(Object sessionFacadeFactory)
sessionFacadeFactory - the value to setdefault CMISEndpointBuilderFactory.AdvancedCMISEndpointProducerBuilder sessionFacadeFactory(String sessionFacadeFactory)
sessionFacadeFactory - the value to setdefault CMISEndpointBuilderFactory.AdvancedCMISEndpointProducerBuilder synchronous(boolean synchronous)
synchronous - the value to setdefault CMISEndpointBuilderFactory.AdvancedCMISEndpointProducerBuilder synchronous(String synchronous)
synchronous - the value to setApache Camel