Class CamelContextFactoryBean

  • All Implemented Interfaces:
    org.apache.camel.model.rest.RestContainer, org.apache.camel.model.RouteConfigurationContainer, org.apache.camel.model.RouteContainer, org.apache.camel.model.RouteTemplateContainer, org.apache.camel.model.TemplatedRouteContainer

    public class CamelContextFactoryBean
    extends org.apache.camel.core.xml.AbstractCamelContextFactoryBean<BlueprintCamelContext>
    A bean to create and initialize a BlueprintCamelContext and install routes either explicitly configured in Blueprint XML or found by searching the classpath for Java classes which extend RouteBuilder using the nested setPackages(String[]).