@Configuration @EnableConfigurationProperties(value=ExchangePropertyLanguageConfiguration.class) @Conditional(value=ExchangePropertyLanguageAutoConfiguration.Condition.class) public class ExchangePropertyLanguageAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ExchangePropertyLanguageAutoConfiguration.Condition |
Constructor and Description |
---|
ExchangePropertyLanguageAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.language.property.ExchangePropertyLanguage |
configureExchangePropertyLanguage(org.apache.camel.CamelContext camelContext,
ExchangePropertyLanguageConfiguration configuration) |
public ExchangePropertyLanguageAutoConfiguration()
@Bean(name="exchangeProperty-language") @Scope(value="prototype") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.language.property.ExchangePropertyLanguage.class) public org.apache.camel.language.property.ExchangePropertyLanguage configureExchangePropertyLanguage(org.apache.camel.CamelContext camelContext, ExchangePropertyLanguageConfiguration configuration) throws Exception
Exception
Apache Camel