| Package | Description | 
|---|---|
| org.apache.camel.spring | The classes for working with Camel and Spring along with the primary factory beans. | 
| org.apache.camel.spring.spi | Plugins to the CamelContext when running in Spring | 
| Modifier and Type | Method and Description | 
|---|---|
| protected SpringCamelContext | CamelContextFactoryBean. createContext()Create the context | 
| SpringCamelContext | CamelContextFactoryBean. getContext(boolean create) | 
| protected SpringCamelContext | CamelContextFactoryBean. newCamelContext() | 
| static SpringCamelContext | SpringCamelContext. springCamelContext(org.springframework.context.ApplicationContext applicationContext)Deprecated. 
 its better to create and boot Spring the standard Spring way and to get hold of CamelContext
 using the Spring API. | 
| static SpringCamelContext | SpringCamelContext. springCamelContext(org.springframework.context.ApplicationContext applicationContext,
                  boolean maybeStart)Deprecated. 
 its better to create and boot Spring the standard Spring way and to get hold of CamelContext
 using the Spring API. | 
| static SpringCamelContext | SpringCamelContext. springCamelContext(String configLocations)Deprecated. 
 its better to create and boot Spring the standard Spring way and to get hold of CamelContext
 using the Spring API. | 
| Modifier and Type | Method and Description | 
|---|---|
| Class<SpringCamelContext> | CamelContextFactoryBean. getObjectType() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | CamelContextFactoryBean. initBeanPostProcessor(SpringCamelContext context) | 
| protected void | CamelContextFactoryBean. initCustomRegistry(SpringCamelContext context) | 
| void | CamelContextFactoryBean. setContext(SpringCamelContext context) | 
| Constructor and Description | 
|---|
| ContextScanRouteBuilderFinder(SpringCamelContext camelContext,
                             org.apache.camel.spi.PackageScanFilter filter,
                             boolean includeNonSingletons) | 
| PackageScanRouteBuilderFinder(SpringCamelContext camelContext,
                             String[] packages,
                             ClassLoader classLoader,
                             org.springframework.beans.factory.config.BeanPostProcessor postProcessor,
                             org.apache.camel.spi.PackageScanClassResolver resolver) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | XmlCamelContextConfigurer. configure(org.springframework.context.ApplicationContext applicationContext,
         SpringCamelContext camelContext)Configures XML based CamelContext with the given configuration | 
Apache Camel