| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static VelocityEndpointBuilderFactory.VelocityEndpointBuilder |
StaticEndpointBuilders.velocity(String path)
Velocity (camel-velocity)
Transform messages using a Velocity template.
|
static VelocityEndpointBuilderFactory.VelocityEndpointBuilder |
StaticEndpointBuilders.velocity(String componentName,
String path)
Velocity (camel-velocity)
Transform messages using a Velocity template.
|
| Modifier and Type | Method and Description |
|---|---|
default VelocityEndpointBuilderFactory.VelocityEndpointBuilder |
VelocityEndpointBuilderFactory.VelocityEndpointBuilder.allowContextMapAll(boolean allowContextMapAll)
Sets whether the context map should allow access to all details.
|
default VelocityEndpointBuilderFactory.VelocityEndpointBuilder |
VelocityEndpointBuilderFactory.VelocityEndpointBuilder.allowContextMapAll(String allowContextMapAll)
Sets whether the context map should allow access to all details.
|
default VelocityEndpointBuilderFactory.VelocityEndpointBuilder |
VelocityEndpointBuilderFactory.VelocityEndpointBuilder.allowTemplateFromHeader(boolean allowTemplateFromHeader)
Whether to allow to use resource template from header or not (default
false).
|
default VelocityEndpointBuilderFactory.VelocityEndpointBuilder |
VelocityEndpointBuilderFactory.VelocityEndpointBuilder.allowTemplateFromHeader(String allowTemplateFromHeader)
Whether to allow to use resource template from header or not (default
false).
|
default VelocityEndpointBuilderFactory.VelocityEndpointBuilder |
VelocityEndpointBuilderFactory.AdvancedVelocityEndpointBuilder.basic() |
default VelocityEndpointBuilderFactory.VelocityEndpointBuilder |
VelocityEndpointBuilderFactory.VelocityEndpointBuilder.contentCache(boolean contentCache)
Sets whether to use resource content cache or not.
|
default VelocityEndpointBuilderFactory.VelocityEndpointBuilder |
VelocityEndpointBuilderFactory.VelocityEndpointBuilder.contentCache(String contentCache)
Sets whether to use resource content cache or not.
|
default VelocityEndpointBuilderFactory.VelocityEndpointBuilder |
VelocityEndpointBuilderFactory.VelocityEndpointBuilder.encoding(String encoding)
Character encoding of the resource content.
|
static VelocityEndpointBuilderFactory.VelocityEndpointBuilder |
VelocityEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
default VelocityEndpointBuilderFactory.VelocityEndpointBuilder |
VelocityEndpointBuilderFactory.VelocityEndpointBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default VelocityEndpointBuilderFactory.VelocityEndpointBuilder |
VelocityEndpointBuilderFactory.VelocityEndpointBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default VelocityEndpointBuilderFactory.VelocityEndpointBuilder |
VelocityEndpointBuilderFactory.VelocityEndpointBuilder.loaderCache(boolean loaderCache)
Enables / disables the velocity resource loader cache which is
enabled by default.
|
default VelocityEndpointBuilderFactory.VelocityEndpointBuilder |
VelocityEndpointBuilderFactory.VelocityEndpointBuilder.loaderCache(String loaderCache)
Enables / disables the velocity resource loader cache which is
enabled by default.
|
default VelocityEndpointBuilderFactory.VelocityEndpointBuilder |
VelocityEndpointBuilderFactory.VelocityEndpointBuilder.propertiesFile(String propertiesFile)
The URI of the properties file which is used for VelocityEngine
initialization.
|
default VelocityEndpointBuilderFactory.VelocityEndpointBuilder |
VelocityEndpointBuilderFactory.VelocityBuilders.velocity(String path)
Velocity (camel-velocity)
Transform messages using a Velocity template.
|
default VelocityEndpointBuilderFactory.VelocityEndpointBuilder |
VelocityEndpointBuilderFactory.VelocityBuilders.velocity(String componentName,
String path)
Velocity (camel-velocity)
Transform messages using a Velocity template.
|
Apache Camel