Uses of Class
org.apache.camel.NoSuchBeanException

Packages that use NoSuchBeanException
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 
org.apache.camel.util Utility classes used by the core of Camel. 
 

Uses of NoSuchBeanException in org.apache.camel.component.bean
 

Methods in org.apache.camel.component.bean that throw NoSuchBeanException
 Object BeanHolder.getBean()
          Gets the bean.
 Object RegistryBean.getBean()
           
 

Uses of NoSuchBeanException in org.apache.camel.util
 

Methods in org.apache.camel.util that throw NoSuchBeanException
static Object ExchangeHelper.lookupMandatoryBean(Exchange exchange, String name)
          Performs a lookup in the registry of the mandatory bean name and throws an exception if it could not be found
 



Apache Camel