See: Description
| Class | Description |
|---|---|
| AbstractCamelConsumerTemplateFactoryBean |
A factory for creating a new
ConsumerTemplate
instance with a minimum of XML |
| AbstractCamelContextFactoryBean<T extends org.apache.camel.model.ModelCamelContext> |
A factory to create and initialize a
CamelContext and install routes either explicitly configured
or found by searching the classpath for Java classes which extend
RouteBuilder. |
| AbstractCamelEndpointFactoryBean | |
| AbstractCamelFactoryBean<T> | |
| AbstractCamelFluentProducerTemplateFactoryBean |
A factory for creating a new
FluentProducerTemplate
instance with a minimum of XML |
| AbstractCamelProducerTemplateFactoryBean |
A factory for creating a new
ProducerTemplate
instance with a minimum of XML |
| AbstractCamelRedeliveryPolicyFactoryBean |
A factory which instantiates
RedeliveryPolicy objects |
| AbstractCamelThreadPoolFactoryBean |
A factory which instantiates
ExecutorService objects |
| CamelJMXAgentDefinition |
JMX configuration.
|
| CamelPropertyPlaceholderDefinition |
Properties placeholder
|
| CamelPropertyPlaceholderFunctionDefinition |
Function to use with properties placeholder
|
| CamelPropertyPlaceholderLocationDefinition |
Properties to use with properties placeholder
|
| CamelProxyFactoryDefinition |
To proxy a service call using a interface
|
| CamelRouteControllerDefinition |
Route controller configuration.
|
| CamelServiceExporterDefinition |
Used for export a service using Spring Remoting to hide the network call using an interface.
|
| CamelStreamCachingStrategyDefinition |
Stream caching configuration.
|
| PatternBasedPackageScanFilter |
PatternBasedPackageScanFilter uses an underlying
AntPathMatcher to filter scanned files according to include and
exclude patterns. |
Apache Camel