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> | |
| 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 |
The JAXB type class for the configuration of jmxAgent
|
| CamelPropertyPlaceholderDefinition |
PropertyPlaceholderDefinition represents a <propertyPlaceholder/> element. |
| CamelProxyFactoryDefinition |
The <proxy> tag element.
|
| CamelServiceExporterDefinition |
The <export> tag element.
|
| CamelStreamCachingStrategyDefinition |
The JAXB type class for the configuration of stream caching
|
| PatternBasedPackageScanFilter |
PatternBasedPackageScanFilter uses an underlying
AntPathMatcher to filter scanned files according to include and
exclude patterns. |
Apache Camel