See: Description
| Class | Description |
|---|---|
| CamelBeanPostProcessor |
Spring specific
DefaultCamelBeanPostProcessor which uses Spring BeanPostProcessor to 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
|
| CamelRouteTemplateContextFactoryBean |
Configuration of route templates using XML
|
| CamelThreadPoolFactoryBean |
Configuration of thread pools
|
| ContextScanRouteBuilderFinder |
A helper class which will find all
RouteBuilder instances on the Spring
ApplicationContext. |
| ErrorHandlerDefinition |
Error handler settings
|
| PackageScanRouteBuilderFinder |
A helper class which will find all
RouteBuilder instances on the classpath |
| SpringCamelContext |
A Spring aware implementation of
CamelContext which 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 Spring ApplicationContext |
| SpringModelJAXBContextFactory | |
| SpringRouteBuilder | Deprecated
use plain
RouteBuilder |
| Enum | Description |
|---|---|
| ErrorHandlerType |
Used to configure the error handler type
|
| Exception | Description |
|---|---|
| GenericBeansException |
A generic
BeansException. |
Apache Camel