@Configuration @EnableConfigurationProperties(value=SimpleLanguageConfiguration.class) public class SimpleLanguageAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SimpleLanguageAutoConfiguration.Condition |
Constructor and Description |
---|
SimpleLanguageAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.language.simple.SimpleLanguage |
configureSimpleLanguage(org.apache.camel.CamelContext camelContext,
SimpleLanguageConfiguration configuration) |
@Bean(name="simple-language") @Scope(value="prototype") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.language.simple.SimpleLanguage.class) public org.apache.camel.language.simple.SimpleLanguage configureSimpleLanguage(org.apache.camel.CamelContext camelContext, SimpleLanguageConfiguration configuration) throws Exception
Exception
Apache Camel