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 interface
BeanTypeHolder
Object holder for a bean type.Classes in org.apache.camel.component.bean that implement BeanHolder Modifier and Type Class Description class
ConstantBeanHolder
A constant (singleton) bean implementation ofBeanHolder
class
ConstantStaticTypeBeanHolder
A constantBeanHolder
for a class or static class where the intention is to only invoke static methods, without the need for creating an instance of the type.class
ConstantTypeBeanHolder
A constant (singleton) bean implementation ofBeanTypeHolder
class
RegistryBean
An implementation of aBeanHolder
which will look up a bean from the registry and act as a cache of its metadataclass
RequestBeanHolder
Request scopedBeanHolder
wrapper.Methods in org.apache.camel.component.bean that return BeanHolder Modifier and Type Method Description protected BeanHolder
AbstractBeanProcessor. getBeanHolder()
BeanHolder
BeanEndpoint. getBeanHolder()
BeanHolder
BeanProcessor. getBeanHolder()
Methods in org.apache.camel.component.bean with parameters of type BeanHolder Modifier and Type Method Description void
BeanEndpoint. 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)
-