Uses of Class
org.apache.camel.component.seda.SedaComponent

Packages that use SedaComponent
org.apache.camel.component.seda The SEDA Component for asynchronous SEDA exchanges on a BlockingQueue within a single CamelContext 
org.apache.camel.component.vm The VM Component for asynchronous SEDA exchanges on a BlockingQueue within the current JVM; so across CamelContext instances. 
 

Uses of SedaComponent in org.apache.camel.component.seda
 

Subclasses of SedaComponent in org.apache.camel.component.seda
 class QueueComponent<E extends Exchange>
          An implementation of the Queue components for asynchronous SEDA exchanges on a BlockingQueue within a CamelContext
 

Constructors in org.apache.camel.component.seda with parameters of type SedaComponent
SedaEndpoint(String uri, SedaComponent<E> component)
           
 

Uses of SedaComponent in org.apache.camel.component.vm
 

Subclasses of SedaComponent in org.apache.camel.component.vm
 class VmComponent<E extends Exchange>
          An implementation of the VM components for asynchronous SEDA exchanges on a BlockingQueue within the classloader tree containing the camel-core.jar.
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.