@Configuration @EnableConfigurationProperties(value=HeaderLanguageConfiguration.class) public class HeaderLanguageAutoConfiguration extends Object
| Constructor and Description |
|---|
HeaderLanguageAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
HeaderLanguage |
configureHeaderLanguage(CamelContext camelContext,
HeaderLanguageConfiguration configuration) |
@Bean(name="header-language") @ConditionalOnClass(value=CamelContext.class) @ConditionalOnMissingBean(value=HeaderLanguage.class) public HeaderLanguage configureHeaderLanguage(CamelContext camelContext, HeaderLanguageConfiguration configuration) throws Exception
ExceptionApache Camel