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

Packages that use BeanEndpoint
org.apache.camel.component.bean The Bean Component which will look up the bean name in the Spring ApplicationContext and use that to dispatch messages to a POJO 
 

Uses of BeanEndpoint in org.apache.camel.component.bean
 

Methods in org.apache.camel.component.bean that return BeanEndpoint
protected  BeanEndpoint BeanComponent.createEndpoint(String uri, BeanProcessor processor)
           
 



Apache CAMEL