public class SpringBootXmlCamelContextConfigurer extends Object implements org.apache.camel.spring.spi.XmlCamelContextConfigurer
CamelContext that
has been created from XML files. This allows to configure your Camel applications with Spring Boot
configuration for both Java and XML Camel routes in similar way.| Constructor and Description |
|---|
SpringBootXmlCamelContextConfigurer() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.springframework.context.ApplicationContext applicationContext,
org.apache.camel.spring.SpringCamelContext camelContext) |
Apache Camel