Uses of Interface
org.apache.camel.component.bean.BeanHolder

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

Classes in org.apache.camel.component.bean that implement BeanHolder
 class ConstantBeanHolder
          A constant (singleton) bean implementation of BeanHolder
 class RegistryBean
          An implementation of a BeanHolder which will look up a bean from the registry and act as a cache of its metadata
 

Methods in org.apache.camel.component.bean that return BeanHolder
 BeanHolder BeanEndpoint.getBeanHolder()
           
 

Methods in org.apache.camel.component.bean with parameters of type BeanHolder
 void BeanEndpoint.setBeanHolder(BeanHolder beanHolder)
           
 

Constructors in org.apache.camel.component.bean with parameters of type BeanHolder
BeanProcessor(BeanHolder beanHolder)
           
 



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