Class 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 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 Detail

      • SpringBootXmlCamelContextConfigurer

        public SpringBootXmlCamelContextConfigurer()
    • Method Detail

      • configure

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