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