Uses of Interface
org.apache.camel.component.bean.BeanTypeHolder
-
Packages that use BeanTypeHolder 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 BeanTypeHolder in org.apache.camel.component.bean
Classes in org.apache.camel.component.bean that implement BeanTypeHolder Modifier and Type Class Description 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
-