|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DefaultProducer | |
---|---|
org.apache.camel.component.direct | The Direct Component which synchronously invokes all the consumers when a producer sends an exchange to the endpoint. |
org.apache.camel.component.file | The File Component for working with file systems. |
org.apache.camel.component.seda | The SEDA Component for asynchronous SEDA exchanges on a BlockingQueue within a single CamelContext |
Uses of DefaultProducer in org.apache.camel.component.direct |
---|
Subclasses of DefaultProducer in org.apache.camel.component.direct | |
---|---|
class |
DirectProducer<E extends Exchange>
The direct producer. |
Uses of DefaultProducer in org.apache.camel.component.file |
---|
Subclasses of DefaultProducer in org.apache.camel.component.file | |
---|---|
class |
FileProducer
For producing files. |
Uses of DefaultProducer in org.apache.camel.component.seda |
---|
Subclasses of DefaultProducer in org.apache.camel.component.seda | |
---|---|
class |
CollectionProducer
A simple Producer which just appends to a Collection the Exchange object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |