Uses of Class
org.apache.camel.component.directvm.DirectVmEndpoint

Packages that use DirectVmEndpoint
org.apache.camel.component.directvm The Direct VM Component which synchronously invokes the consumer when a producer sends an exchange to the endpoint. 
 

Uses of DirectVmEndpoint in org.apache.camel.component.directvm
 

Methods in org.apache.camel.component.directvm that return DirectVmEndpoint
 DirectVmEndpoint DirectVmConsumer.getEndpoint()
           
 

Methods in org.apache.camel.component.directvm with parameters of type DirectVmEndpoint
 void DirectVmComponent.addConsumer(DirectVmEndpoint endpoint, DirectVmConsumer consumer)
           
 DirectVmConsumer DirectVmComponent.getConsumer(DirectVmEndpoint endpoint)
           
 void DirectVmComponent.removeConsumer(DirectVmEndpoint endpoint, DirectVmConsumer consumer)
           
 

Constructors in org.apache.camel.component.directvm with parameters of type DirectVmEndpoint
DirectVmBlockingProducer(DirectVmEndpoint endpoint)
           
DirectVmConsumer(DirectVmEndpoint endpoint, Processor processor)
           
DirectVmProcessor(Processor processor, DirectVmEndpoint endpoint)
           
DirectVmProducer(DirectVmEndpoint endpoint)
           
 



Apache Camel