org.apache.camel.component.bean
Interface BeanHolder

All Known Implementing Classes:
ConstantBeanHolder, RegistryBean

public interface BeanHolder

Object holder for a bean.

Version:
$Revision: 749312 $

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

Method Detail

getBean

Object getBean()
               throws NoSuchBeanException
Throws:
NoSuchBeanException

getProcessor

Processor getProcessor()

getBeanInfo

BeanInfo getBeanInfo()


Copyright © 2009 Apache Software Foundation. All Rights Reserved.