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

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

Methods in org.apache.camel.component.bean that return BeanInfo
protected  BeanInfo RegistryBean.createBeanInfo()
           
 BeanInfo ConstantBeanHolder.getBeanInfo()
           
 BeanInfo RegistryBean.getBeanInfo()
           
 BeanInfo BeanHolder.getBeanInfo()
           
 

Constructors in org.apache.camel.component.bean with parameters of type BeanInfo
BeanProcessor(Object pojo, BeanInfo beanInfo)
           
ConstantBeanHolder(Object bean, BeanInfo beanInfo)
           
 



Copyright © 2008 IONA Open Source Community. All Rights Reserved.