Uses of Class
org.apache.camel.component.vm.VmComponent

Packages that use VmComponent
org.apache.camel.component.stub The Stub Component which is used for stubbing endpoints. 
 

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

Subclasses of VmComponent 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.
 



Apache Camel