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

Packages that use BeanComponent
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 BeanComponent in org.apache.camel.component.bean
 

Methods in org.apache.camel.component.bean that return BeanComponent
 BeanComponent BeanEndpoint.getBeanComponent()
           
 

Constructors in org.apache.camel.component.bean with parameters of type BeanComponent
BeanEndpoint(String uri, BeanComponent component, String pojoName)
           
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.