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
|
| CamelThreadPoolFactoryBean |
Configuration of thread pools
|
| ContextScanRouteBuilderFinder |
A helper class which will find all
RouteBuilder instances on the
Spring ApplicationContext. |
| 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
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 |
An extension of the
RouteBuilder to provide some additional helper
methods |
| Enum | Description |
|---|---|
| ErrorHandlerType |
Used to configure the error handler type
|
| Exception | Description |
|---|---|
| GenericBeansException |
A generic
BeansException. |
Apache Camel