Uses of Interface
org.apache.camel.builder.endpoint.dsl.VelocityEndpointBuilderFactory.VelocityEndpointBuilder
Packages that use VelocityEndpointBuilderFactory.VelocityEndpointBuilder
-
Uses of VelocityEndpointBuilderFactory.VelocityEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return VelocityEndpointBuilderFactory.VelocityEndpointBuilderModifier and TypeMethodDescriptionVelocity (camel-velocity) Transform messages using a Velocity template.Velocity (camel-velocity) Transform messages using a Velocity template. -
Uses of VelocityEndpointBuilderFactory.VelocityEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return VelocityEndpointBuilderFactory.VelocityEndpointBuilderModifier and TypeMethodDescriptionVelocityEndpointBuilderFactory.VelocityEndpointBuilder.allowContextMapAll(boolean allowContextMapAll) Sets whether the context map should allow access to all details.VelocityEndpointBuilderFactory.VelocityEndpointBuilder.allowContextMapAll(String allowContextMapAll) Sets whether the context map should allow access to all details.VelocityEndpointBuilderFactory.VelocityEndpointBuilder.allowTemplateFromHeader(boolean allowTemplateFromHeader) Whether to allow to use resource template from header or not (default false).VelocityEndpointBuilderFactory.VelocityEndpointBuilder.allowTemplateFromHeader(String allowTemplateFromHeader) Whether to allow to use resource template from header or not (default false).VelocityEndpointBuilderFactory.AdvancedVelocityEndpointBuilder.basic()VelocityEndpointBuilderFactory.VelocityEndpointBuilder.contentCache(boolean contentCache) Sets whether to use resource content cache or not.VelocityEndpointBuilderFactory.VelocityEndpointBuilder.contentCache(String contentCache) Sets whether to use resource content cache or not.Character encoding of the resource content.VelocityEndpointBuilderFactory.endpointBuilder(String componentName, String path) VelocityEndpointBuilderFactory.VelocityEndpointBuilder.loaderCache(boolean loaderCache) Enables / disables the velocity resource loader cache which is enabled by default.VelocityEndpointBuilderFactory.VelocityEndpointBuilder.loaderCache(String loaderCache) Enables / disables the velocity resource loader cache which is enabled by default.VelocityEndpointBuilderFactory.VelocityEndpointBuilder.propertiesFile(String propertiesFile) The URI of the properties file which is used for VelocityEngine initialization.Velocity (camel-velocity) Transform messages using a Velocity template.Velocity (camel-velocity) Transform messages using a Velocity template.