| Package | Description |
|---|---|
| org.apache.camel |
The core Camel API.
|
| org.apache.camel.impl |
Default implementation classes for Camel Core
|
| org.apache.camel.impl.remote |
| Modifier and Type | Method and Description |
|---|---|
ProcessorFactory |
CamelContext.getProcessorFactory()
Gets the current
ProcessorFactory |
| Modifier and Type | Method and Description |
|---|---|
void |
CamelContext.setProcessorFactory(ProcessorFactory processorFactory)
Sets a custom
ProcessorFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultProcessorFactory
Default
ProcessorFactory that supports using 3rd party Camel components to implement the EIP Processor. |
| Modifier and Type | Method and Description |
|---|---|
ProcessorFactory |
DefaultCamelContext.getProcessorFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCamelContext.setProcessorFactory(ProcessorFactory processorFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultServiceCallProcessorFactory<C,S extends ServiceCallServer> |
Apache Camel