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.AdvancedLanguageEndpointBuilder.basic()LanguageEndpointBuilderFactory.LanguageEndpointBuilder.binary(boolean binary) Whether the script is binary content or text content.Whether the script is binary content or text content.LanguageEndpointBuilderFactory.LanguageEndpointBuilder.cacheScript(boolean cacheScript) Whether to cache the compiled script and reuse Notice reusing the script can cause side effects from processing one Camel org.apache.camel.Exchange to the next org.apache.camel.Exchange.LanguageEndpointBuilderFactory.LanguageEndpointBuilder.cacheScript(String cacheScript) Whether to cache the compiled script and reuse Notice reusing the script can cause side effects from processing one Camel org.apache.camel.Exchange to the next org.apache.camel.Exchange.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.