See: Description
| Class | Description |
|---|---|
| BlueprintCamelContext |
OSGi Blueprint based
CamelContext. |
| BlueprintCamelContextLookupHelper |
A helper class to find the ids of the
BlueprintCamelContext defined
in the BlueprintContainer |
| BlueprintComponentResolver | |
| BlueprintContainerRegistry | |
| BlueprintDataFormatResolver | |
| BlueprintLanguageResolver | |
| BlueprintModelJAXBContextFactory | |
| BlueprintPropertiesParser |
Blueprint
PropertiesParser which supports looking up
property placeholders from the Blueprint Property Placeholder Service. |
| BlueprintPropertiesResolver |
A
PropertiesResolver which supports the blueprint scheme. |
| CamelConsumerTemplateFactoryBean |
A factory for creating a new
ConsumerTemplate
instance with a minimum of XML |
| CamelContextFactoryBean |
A bean to create and initialize a
BlueprintCamelContext
and install routes either explicitly configured in
Blueprint XML or found by searching the classpath for Java classes which extend
RouteBuilder using the nested CamelContextFactoryBean.setPackages(String[]). |
| CamelEndpointFactoryBean |
A factory which instantiates
Endpoint objects |
| CamelErrorHandlerFactoryBean | |
| CamelProducerTemplateFactoryBean |
A factory for creating a new
ProducerTemplate
instance with a minimum of XML |
| CamelProxyFactoryBean |
A factory to create a Proxy to a a Camel Pojo Endpoint.
|
| CamelRedeliveryPolicyFactoryBean |
A factory which instantiates
RedeliveryPolicy objects |
| CamelRestContextFactoryBean | |
| CamelRouteContextFactoryBean | |
| CamelThreadPoolFactoryBean |
A factory which instantiates
ExecutorService objects |
| ContextScanRouteBuilderFinder |
A helper class which will find all
RouteBuilder instances in the
BlueprintContainer. |
| PackageScanRouteBuilderFinder |
A helper class which will find all
RouteBuilder instances on the classpath |
| Enum | Description |
|---|---|
| ErrorHandlerType |
Used to configure the errorHandler type
|
Apache Camel