@Configuration(proxyBeanMethods=false) @EnableConfigurationProperties(value=CamelConfigurationProperties.class) @Import(value=TypeConversionConfiguration.class) @Role(value=2) public class CamelAutoConfiguration extends Object
| Constructor and Description |
|---|
CamelAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.camel.CamelContext |
doConfigureCamelContext(org.springframework.context.ApplicationContext applicationContext,
org.apache.camel.CamelContext camelContext,
CamelConfigurationProperties config)
Not to be used by Camel end users
|
public static org.apache.camel.CamelContext doConfigureCamelContext(org.springframework.context.ApplicationContext applicationContext,
org.apache.camel.CamelContext camelContext,
CamelConfigurationProperties config)
throws Exception
ExceptionApache Camel