Uses of Interface
org.apache.camel.component.bean.BeanHolder
Packages that use BeanHolder
Package
Description
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
Subinterfaces of BeanHolder in org.apache.camel.component.beanClasses in org.apache.camel.component.bean that implement BeanHolderModifier and TypeClassDescriptionclassA constant (singleton) bean implementation ofBeanHolderclassA constantBeanHolderfor a class or static class where the intention is to only invoke static methods, without the need for creating an instance of the type.classA constant (singleton) bean implementation ofBeanTypeHolderclassAn implementation of aBeanHolderwhich will look up a bean from the registry and act as a cache of its metadataclassRequest scopedBeanHolderwrapper.Methods in org.apache.camel.component.bean that return BeanHolderModifier and TypeMethodDescriptionprotected BeanHolderAbstractBeanProcessor.getBeanHolder()BeanEndpoint.getBeanHolder()BeanProcessor.getBeanHolder()Methods in org.apache.camel.component.bean with parameters of type BeanHolderConstructors in org.apache.camel.component.bean with parameters of type BeanHolderModifierConstructorDescriptionprotectedAbstractBeanProcessor(BeanHolder beanHolder) BeanExpressionProcessor(BeanHolder beanHolder) BeanProcessor(BeanHolder beanHolder) RequestBeanHolder(BeanHolder holder)