| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static VelocityComponentBuilderFactory.VelocityComponentBuilder |
ComponentsBuilderFactory.velocity()
Velocity (camel-velocity)
Transform messages using a Velocity template.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
VelocityComponentBuilderFactory.VelocityComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default VelocityComponentBuilderFactory.VelocityComponentBuilder |
VelocityComponentBuilderFactory.VelocityComponentBuilder.allowContextMapAll(boolean allowContextMapAll)
Sets whether the context map should allow access to all details.
|
default VelocityComponentBuilderFactory.VelocityComponentBuilder |
VelocityComponentBuilderFactory.VelocityComponentBuilder.allowTemplateFromHeader(boolean allowTemplateFromHeader)
Whether to allow to use resource template from header or not (default
false).
|
default VelocityComponentBuilderFactory.VelocityComponentBuilder |
VelocityComponentBuilderFactory.VelocityComponentBuilder.autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default VelocityComponentBuilderFactory.VelocityComponentBuilder |
VelocityComponentBuilderFactory.VelocityComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
static VelocityComponentBuilderFactory.VelocityComponentBuilder |
VelocityComponentBuilderFactory.velocity()
Velocity (camel-velocity)
Transform messages using a Velocity template.
|
default VelocityComponentBuilderFactory.VelocityComponentBuilder |
VelocityComponentBuilderFactory.VelocityComponentBuilder.velocityEngine(org.apache.velocity.app.VelocityEngine velocityEngine)
To use the VelocityEngine otherwise a new engine is created.
|
Apache Camel