Uses of Interface
org.apache.camel.builder.component.dsl.JteComponentBuilderFactory.JteComponentBuilder
Packages that use JteComponentBuilderFactory.JteComponentBuilder
-
Uses of JteComponentBuilderFactory.JteComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return JteComponentBuilderFactory.JteComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.jte()JTE (camel-jte) Transform messages using a Java based template engine (JTE). -
Uses of JteComponentBuilderFactory.JteComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement JteComponentBuilderFactory.JteComponentBuilderMethods in org.apache.camel.builder.component.dsl that return JteComponentBuilderFactory.JteComponentBuilderModifier and TypeMethodDescriptionJteComponentBuilderFactory.JteComponentBuilder.allowContextMapAll(boolean allowContextMapAll) Sets whether the context map should allow access to all details.JteComponentBuilderFactory.JteComponentBuilder.allowTemplateFromHeader(boolean allowTemplateFromHeader) Whether to allow to use resource template from header or not (default false).JteComponentBuilderFactory.JteComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.JteComponentBuilderFactory.JteComponentBuilder.contentType(gg.jte.ContentType contentType) Content type the JTE engine should use.JteComponentBuilderFactory.jte()JTE (camel-jte) Transform messages using a Java based template engine (JTE).JteComponentBuilderFactory.JteComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).JteComponentBuilderFactory.JteComponentBuilder.preCompile(boolean preCompile) To speed up startup and rendering on your production server, it is possible to precompile all templates during the build.Work directory where JTE will store compiled templates.