Package org.apache.camel.spring.boot
Class SpringBootXmlCamelContextConfigurer
- java.lang.Object
-
- org.apache.camel.spring.boot.SpringBootXmlCamelContextConfigurer
-
- All Implemented Interfaces:
org.apache.camel.spring.spi.XmlCamelContextConfigurer
public class SpringBootXmlCamelContextConfigurer extends Object implements org.apache.camel.spring.spi.XmlCamelContextConfigurer
Used to merge Camel Spring Boot configuration withCamelContext
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 Summary
Constructors Constructor Description SpringBootXmlCamelContextConfigurer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
configure(org.springframework.context.ApplicationContext applicationContext, org.apache.camel.spring.SpringCamelContext camelContext)
-