Uses of Interface
org.apache.camel.builder.component.dsl.MvelComponentBuilderFactory.MvelComponentBuilder
-
Packages that use MvelComponentBuilderFactory.MvelComponentBuilder Package Description org.apache.camel.builder.component org.apache.camel.builder.component.dsl -
-
Uses of MvelComponentBuilderFactory.MvelComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return MvelComponentBuilderFactory.MvelComponentBuilder Modifier and Type Method Description static MvelComponentBuilderFactory.MvelComponentBuilder
ComponentsBuilderFactory. mvel()
MVEL (camel-mvel) Transform messages using an MVEL template. -
Uses of MvelComponentBuilderFactory.MvelComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement MvelComponentBuilderFactory.MvelComponentBuilder Modifier and Type Class Description static class
MvelComponentBuilderFactory.MvelComponentBuilderImpl
Methods in org.apache.camel.builder.component.dsl that return MvelComponentBuilderFactory.MvelComponentBuilder Modifier and Type Method Description default MvelComponentBuilderFactory.MvelComponentBuilder
MvelComponentBuilderFactory.MvelComponentBuilder. allowContextMapAll(boolean allowContextMapAll)
Sets whether the context map should allow access to all details.default MvelComponentBuilderFactory.MvelComponentBuilder
MvelComponentBuilderFactory.MvelComponentBuilder. allowTemplateFromHeader(boolean allowTemplateFromHeader)
Whether to allow to use resource template from header or not (default false).default MvelComponentBuilderFactory.MvelComponentBuilder
MvelComponentBuilderFactory.MvelComponentBuilder. autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.default MvelComponentBuilderFactory.MvelComponentBuilder
MvelComponentBuilderFactory.MvelComponentBuilder. lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).static MvelComponentBuilderFactory.MvelComponentBuilder
MvelComponentBuilderFactory. mvel()
MVEL (camel-mvel) Transform messages using an MVEL template.
-