Uses of Interface
org.apache.camel.builder.component.dsl.VelocityComponentBuilderFactory.VelocityComponentBuilder
Packages that use VelocityComponentBuilderFactory.VelocityComponentBuilder
-
Uses of VelocityComponentBuilderFactory.VelocityComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return VelocityComponentBuilderFactory.VelocityComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.velocity()Velocity (camel-velocity) Transform messages using a Velocity template. -
Uses of VelocityComponentBuilderFactory.VelocityComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement VelocityComponentBuilderFactory.VelocityComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return VelocityComponentBuilderFactory.VelocityComponentBuilderModifier and TypeMethodDescriptionVelocityComponentBuilderFactory.VelocityComponentBuilder.allowContextMapAll(boolean allowContextMapAll) Sets whether the context map should allow access to all details.VelocityComponentBuilderFactory.VelocityComponentBuilder.allowTemplateFromHeader(boolean allowTemplateFromHeader) Whether to allow to use resource template from header or not (default false).VelocityComponentBuilderFactory.VelocityComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.VelocityComponentBuilderFactory.VelocityComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).VelocityComponentBuilderFactory.velocity()Velocity (camel-velocity) Transform messages using a Velocity template.VelocityComponentBuilderFactory.VelocityComponentBuilder.velocityEngine(org.apache.velocity.app.VelocityEngine velocityEngine) To use the VelocityEngine otherwise a new engine is created.