| Interface | Description |
|---|---|
| XmlCamelContextConfigurer |
Allows doing custom configuration when a new XML based
SpringCamelContext has been
created. |
| 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
|
| CamelRouteConfigurationContextFactoryBean |
Configuration of route configurations 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
|
| KeyManagersParametersFactoryBean | |
| KeyStoreParametersFactoryBean |
Key store facility for cryptographic keys and certificates
|
| PackageScanRouteBuilderFinder |
A helper class which will find all
RouteBuilder instances on the classpath |
| SecureRandomParametersFactoryBean |
Cryptographically strong random number generator
|
| SpringModelJAXBContextFactory | |
| SSLContextClientParametersFactoryBean | |
| SSLContextParametersFactoryBean |
Secure socket protocol configuration
|
| SSLContextServerParametersFactoryBean | |
| TrustManagersParametersFactoryBean |
| Enum | Description |
|---|---|
| ErrorHandlerType |
Used to configure the error handler type
|
Apache Camel