Uses of Class
org.apache.camel.component.bean.BeanExchange

Packages that use BeanExchange
org.apache.camel.component.timer The Timer Component extends the POJO component to provide a simple timer 
 

Uses of BeanExchange in org.apache.camel.component.timer
 

Methods in org.apache.camel.component.timer that return BeanExchange
 BeanExchange TimerEndpoint.createExchange()
           
 

Methods in org.apache.camel.component.timer that return types with arguments of type BeanExchange
 Consumer<BeanExchange> TimerEndpoint.createConsumer(Processor processor)
           
protected  Endpoint<BeanExchange> TimerComponent.createEndpoint(String uri, String remaining, Map parameters)
           
 Producer<BeanExchange> TimerEndpoint.createProducer()
           
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.