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
          Deprecated. This component has been deprecated; please use the seda: URI format instead of queue:
 

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

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

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



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