Uses of Interface
org.apache.camel.builder.endpoint.dsl.LanguageEndpointBuilderFactory.LanguageEndpointBuilder
Packages that use LanguageEndpointBuilderFactory.LanguageEndpointBuilder
-
Uses of LanguageEndpointBuilderFactory.LanguageEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return LanguageEndpointBuilderFactory.LanguageEndpointBuilderModifier and TypeMethodDescriptionLanguage (camel-language) Execute scripts in any of the languages supported by Camel.Language (camel-language) Execute scripts in any of the languages supported by Camel. -
Uses of LanguageEndpointBuilderFactory.LanguageEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return LanguageEndpointBuilderFactory.LanguageEndpointBuilderModifier and TypeMethodDescriptionLanguageEndpointBuilderFactory.LanguageEndpointBuilder.allowContextMapAll(boolean allowContextMapAll) Sets whether the context map should allow access to all details.LanguageEndpointBuilderFactory.LanguageEndpointBuilder.allowContextMapAll(String allowContextMapAll) Sets whether the context map should allow access to all details.LanguageEndpointBuilderFactory.LanguageEndpointBuilder.allowTemplateFromHeader(boolean allowTemplateFromHeader) Whether to allow to use resource template from header or not (default false).LanguageEndpointBuilderFactory.LanguageEndpointBuilder.allowTemplateFromHeader(String allowTemplateFromHeader) Whether to allow to use resource template from header or not (default false).LanguageEndpointBuilderFactory.AdvancedLanguageEndpointBuilder.basic()LanguageEndpointBuilderFactory.LanguageEndpointBuilder.contentCache(boolean contentCache) Sets whether to use resource content cache or not.LanguageEndpointBuilderFactory.LanguageEndpointBuilder.contentCache(String contentCache) Sets whether to use resource content cache or not.LanguageEndpointBuilderFactory.endpointBuilder(String componentName, String path) Language (camel-language) Execute scripts in any of the languages supported by Camel.Language (camel-language) Execute scripts in any of the languages supported by Camel.LanguageEndpointBuilderFactory.LanguageEndpointBuilder.resultType(String resultType) Sets the class of the result type (type from output).Sets the script to execute.LanguageEndpointBuilderFactory.LanguageEndpointBuilder.transform(boolean transform) Whether or not the result of the script should be used as message body.Whether or not the result of the script should be used as message body.