| Package | Description |
|---|---|
| org.apache.camel.spring |
The classes for working with Camel and Spring along with the primary factory beans.
|
| org.apache.camel.spring.handler |
Spring custom XML handling to allow namespace based XML to be parsed from inside any Spring XML
|
| org.apache.camel.spring.spi |
Plugins to the CamelContext when running in Spring
|
| Class and Description |
|---|
| CamelEndpointFactoryBean
Camel endpoint configuration
|
| CamelRedeliveryPolicyFactoryBean
Configuration of redelivery policy.
|
| CamelThreadPoolFactoryBean
Configuration of thread pools
|
| ErrorHandlerType
Used to configure the error handler type
|
| Main
A command line tool for booting up a CamelContext using an optional Spring
ApplicationContext. |
| 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 |
| Class and Description |
|---|
| CamelContextFactoryBean
CamelContext using XML configuration.
|
| Class and Description |
|---|
| 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 |
Apache Camel