Class SpringBootXmlCamelContextConfigurer

java.lang.Object
org.apache.camel.spring.boot.xml.SpringBootXmlCamelContextConfigurer
All Implemented Interfaces:
org.apache.camel.spring.xml.XmlCamelContextConfigurer

public class SpringBootXmlCamelContextConfigurer extends Object implements org.apache.camel.spring.xml.XmlCamelContextConfigurer
Used to merge Camel Spring Boot configuration with 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 Details

    • SpringBootXmlCamelContextConfigurer

      public SpringBootXmlCamelContextConfigurer()
  • Method Details

    • configure

      public void configure(org.springframework.context.ApplicationContext applicationContext, org.apache.camel.spring.SpringCamelContext camelContext)
      Specified by:
      configure in interface org.apache.camel.spring.xml.XmlCamelContextConfigurer