Uses of Class
org.apache.camel.impl.DefaultProducer

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>
           
 

Uses of DefaultProducer in org.apache.camel.component.file
 

Subclasses of DefaultProducer in org.apache.camel.component.file
 class FileProducer
          A Producer implementation for File
 

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.
 



Copyright © 2008 IONA Open Source Community. All Rights Reserved.