org.apache.camel.component.bean
Interface BeanHolder

All Known Subinterfaces:
BeanTypeHolder
All Known Implementing Classes:
ConstantBeanHolder, ConstantTypeBeanHolder, RegistryBean

public interface BeanHolder

Object holder for a bean.

Version:

Method Summary
 Object getBean()
           
 BeanInfo getBeanInfo()
           
 Processor getProcessor()
           
 

Method Detail

getBean

Object getBean()
               throws NoSuchBeanException
Throws:
NoSuchBeanException

getProcessor

Processor getProcessor()

getBeanInfo

BeanInfo getBeanInfo()


Apache CAMEL