See: Description
| Class | Description | 
|---|---|
| CamelBeanPostProcessor | Spring specific  DefaultCamelBeanPostProcessorwhich uses SpringBeanPostProcessorto post process beans. | 
| CamelConsumerTemplateFactoryBean | Configures a  ConsumerTemplate | 
| CamelContextFactoryBean | CamelContext using XML configuration. | 
| CamelEndpointFactoryBean | Camel endpoint configuration | 
| CamelFluentProducerTemplateFactoryBean | Configures a  FluentProducerTemplate | 
| CamelProducerTemplateFactoryBean | Configures a  ProducerTemplate | 
| CamelRedeliveryPolicyFactoryBean | Configuration of redelivery policy. | 
| CamelRestContextFactoryBean | Configuration of REST services using rest-dsl using XML | 
| CamelRouteContextFactoryBean | Configuration of routes using XML | 
| CamelThreadPoolFactoryBean | Configuration of thread pools | 
| ContextScanRouteBuilderFinder | A helper class which will find all  RouteBuilderinstances on the
 SpringApplicationContext. | 
| ErrorHandlerDefinition | Error handler settings | 
| Main | A command line tool for booting up a CamelContext using an optional Spring
  ApplicationContext. | 
| PackageScanRouteBuilderFinder | A helper class which will find all  RouteBuilderinstances on the classpath | 
| SpringCamelContext | A Spring aware implementation of  CamelContextwhich
 will automatically register itself with Springs lifecycle methods plus allows
 spring to be used to customize a any Type Converters
 as well as supporting accessing components and beans via the SpringApplicationContext | 
| SpringModelJAXBContextFactory | |
| SpringRouteBuilder | An extension of the  RouteBuilderto provide some additional helper
 methods | 
| Enum | Description | 
|---|---|
| ErrorHandlerType | Used to configure the error handler type | 
| Exception | Description | 
|---|---|
| GenericBeansException | A generic  BeansException. | 
Apache Camel