public static interface VelocityEndpointBuilderFactory.VelocityEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default VelocityEndpointBuilderFactory.AdvancedVelocityEndpointBuilder |
advanced() |
default VelocityEndpointBuilderFactory.VelocityEndpointBuilder |
allowContextMapAll(boolean allowContextMapAll)
Sets whether the context map should allow access to all details.
|
default VelocityEndpointBuilderFactory.VelocityEndpointBuilder |
allowContextMapAll(String allowContextMapAll)
Sets whether the context map should allow access to all details.
|
default VelocityEndpointBuilderFactory.VelocityEndpointBuilder |
allowTemplateFromHeader(boolean allowTemplateFromHeader)
Whether to allow to use resource template from header or not (default
false).
|
default VelocityEndpointBuilderFactory.VelocityEndpointBuilder |
allowTemplateFromHeader(String allowTemplateFromHeader)
Whether to allow to use resource template from header or not (default
false).
|
default VelocityEndpointBuilderFactory.VelocityEndpointBuilder |
contentCache(boolean contentCache)
Sets whether to use resource content cache or not.
|
default VelocityEndpointBuilderFactory.VelocityEndpointBuilder |
contentCache(String contentCache)
Sets whether to use resource content cache or not.
|
default VelocityEndpointBuilderFactory.VelocityEndpointBuilder |
encoding(String encoding)
Character encoding of the resource content.
|
default VelocityEndpointBuilderFactory.VelocityEndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default VelocityEndpointBuilderFactory.VelocityEndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default VelocityEndpointBuilderFactory.VelocityEndpointBuilder |
loaderCache(boolean loaderCache)
Enables / disables the velocity resource loader cache which is
enabled by default.
|
default VelocityEndpointBuilderFactory.VelocityEndpointBuilder |
loaderCache(String loaderCache)
Enables / disables the velocity resource loader cache which is
enabled by default.
|
default VelocityEndpointBuilderFactory.VelocityEndpointBuilder |
propertiesFile(String propertiesFile)
The URI of the properties file which is used for VelocityEngine
initialization.
|
default VelocityEndpointBuilderFactory.AdvancedVelocityEndpointBuilder advanced()
default VelocityEndpointBuilderFactory.VelocityEndpointBuilder allowContextMapAll(boolean allowContextMapAll)
boolean type.
Default: false
Group: producerdefault VelocityEndpointBuilderFactory.VelocityEndpointBuilder allowContextMapAll(String allowContextMapAll)
boolean type.
Default: false
Group: producerdefault VelocityEndpointBuilderFactory.VelocityEndpointBuilder allowTemplateFromHeader(boolean allowTemplateFromHeader)
boolean type.
Default: false
Group: producerdefault VelocityEndpointBuilderFactory.VelocityEndpointBuilder allowTemplateFromHeader(String allowTemplateFromHeader)
boolean type.
Default: false
Group: producerdefault VelocityEndpointBuilderFactory.VelocityEndpointBuilder contentCache(boolean contentCache)
boolean type.
Default: false
Group: producerdefault VelocityEndpointBuilderFactory.VelocityEndpointBuilder contentCache(String contentCache)
boolean type.
Default: false
Group: producerdefault VelocityEndpointBuilderFactory.VelocityEndpointBuilder encoding(String encoding)
java.lang.String type.
Group: producerdefault VelocityEndpointBuilderFactory.VelocityEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault VelocityEndpointBuilderFactory.VelocityEndpointBuilder lazyStartProducer(String lazyStartProducer)
boolean type.
Default: false
Group: producerdefault VelocityEndpointBuilderFactory.VelocityEndpointBuilder loaderCache(boolean loaderCache)
boolean type.
Default: true
Group: producerdefault VelocityEndpointBuilderFactory.VelocityEndpointBuilder loaderCache(String loaderCache)
boolean type.
Default: true
Group: producerdefault VelocityEndpointBuilderFactory.VelocityEndpointBuilder propertiesFile(String propertiesFile)
java.lang.String type.
Group: producerApache Camel