| Package | Description |
|---|---|
| org.apache.camel.osgi |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
| org.apache.camel.spring |
The classes for working with Camel and Spring along with the primary factory beans.
|
| org.apache.camel.spring.handler |
Spring 2.x custom XML handling to allow namespace based XML to be parsed from inside any Spring XML
|
| Class and Description |
|---|
| CamelContextFactoryBean
A Spring
FactoryBean to create and initialize a
SpringCamelContext and install routes either explicitly configured in
Spring XML or found by searching the classpath for Java classes which extend
RouteBuilder using the nested CamelContextFactoryBean.setPackages(String[]). |
| 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 |
|---|
| CamelEndpointFactoryBean
A
FactoryBean which instantiates Endpoint objects |
| CamelRedeliveryPolicyFactoryBean
A
FactoryBean which instantiates RedeliveryPolicy objects |
| ErrorHandlerType
Used to configure the errorHandler 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
A Spring
FactoryBean to create and initialize a
SpringCamelContext and install routes either explicitly configured in
Spring XML or found by searching the classpath for Java classes which extend
RouteBuilder using the nested CamelContextFactoryBean.setPackages(String[]). |
Apache Camel