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
 

Subclasses of BeanComponent in org.apache.camel.component.bean
 class ClassComponent
          The Class Component will create an instance of the class from the Registry and use that to handle message dispatching.
 



Apache Camel