public interface XmlCamelContextConfigurer
SpringCamelContext has been
created. For example we use this to enable camel-spring-boot to configure Camel created from XML files with the
existing Spring Boot auto configuration.| Modifier and Type | Method and Description |
|---|---|
void |
configure(ApplicationContext applicationContext,
SpringCamelContext camelContext)
Configures XML based CamelContext with the given configuration
|
void configure(ApplicationContext applicationContext, SpringCamelContext camelContext) throws Exception
applicationContext - the Spring contextcamelContext - the XML based CamelContextException - is thrown if error during configurationApache Camel