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.stub The Stub Component which is used for stubbing endpoints. 
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
 

Methods in org.apache.camel.component.seda that return SedaComponent
 SedaComponent SedaEndpoint.getComponent()
           
 

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

Subclasses of SedaComponent in org.apache.camel.component.stub
 class StubComponent
          Allows you to easily stub out a middleware transport by prefixing the URI with "stub:" which is handy for testing out routes, or isolating bits of middleware.
 

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.
 



Apache Camel