Uses of Interface
org.apache.camel.component.bean.BeanHolder
-
Packages that use BeanHolder Package Description 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
Subinterfaces of BeanHolder in org.apache.camel.component.bean Modifier and Type Interface Description interfaceBeanTypeHolderObject holder for a bean type.Classes in org.apache.camel.component.bean that implement BeanHolder Modifier and Type Class Description classConstantBeanHolderA constant (singleton) bean implementation ofBeanHolderclassConstantStaticTypeBeanHolderA 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.classConstantTypeBeanHolderA constant (singleton) bean implementation ofBeanTypeHolderclassRegistryBeanAn implementation of aBeanHolderwhich will look up a bean from the registry and act as a cache of its metadataclassRequestBeanHolderRequest scopedBeanHolderwrapper.Methods in org.apache.camel.component.bean that return BeanHolder Modifier and Type Method Description protected BeanHolderAbstractBeanProcessor. getBeanHolder()BeanHolderBeanEndpoint. getBeanHolder()BeanHolderBeanProcessor. getBeanHolder()Methods in org.apache.camel.component.bean with parameters of type BeanHolder Modifier and Type Method Description voidBeanEndpoint. setBeanHolder(BeanHolder beanHolder)Constructors in org.apache.camel.component.bean with parameters of type BeanHolder Constructor Description AbstractBeanProcessor(BeanHolder beanHolder)BeanExpressionProcessor(BeanHolder beanHolder)BeanProcessor(BeanHolder beanHolder)RequestBeanHolder(BeanHolder holder)
-