@Configuration @EnableConfigurationProperties(value=ExchangePropertyLanguageConfiguration.class) public class ExchangePropertyLanguageAutoConfiguration extends Object
| Constructor and Description |
|---|
ExchangePropertyLanguageAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ExchangePropertyLanguage |
configureExchangePropertyLanguage(CamelContext camelContext,
ExchangePropertyLanguageConfiguration configuration) |
public ExchangePropertyLanguageAutoConfiguration()
@Bean(name="exchangeProperty-language") @ConditionalOnClass(value=CamelContext.class) @ConditionalOnMissingBean(value=ExchangePropertyLanguage.class) public ExchangePropertyLanguage configureExchangePropertyLanguage(CamelContext camelContext, ExchangePropertyLanguageConfiguration configuration) throws Exception
ExceptionApache Camel