| 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
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BeanTypeHolder
Object holder for a bean type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConstantBeanHolder
A constant (singleton) bean implementation of
BeanHolder |
class |
ConstantStaticTypeBeanHolder
A constant
BeanHolder 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 of
BeanTypeHolder |
class |
RegistryBean
An implementation of a
BeanHolder which will look up a bean from the registry and act as a cache of its
metadata |
class |
RequestBeanHolder
Request scoped
BeanHolder wrapper. |
| Modifier and Type | Method and Description |
|---|---|
protected BeanHolder |
AbstractBeanProcessor.getBeanHolder() |
BeanHolder |
BeanEndpoint.getBeanHolder() |
BeanHolder |
BeanProcessor.getBeanHolder() |
| Modifier and Type | Method and Description |
|---|---|
void |
BeanEndpoint.setBeanHolder(BeanHolder beanHolder) |
| Constructor and Description |
|---|
AbstractBeanProcessor(BeanHolder beanHolder) |
BeanExpressionProcessor(BeanHolder beanHolder) |
BeanProcessor(BeanHolder beanHolder) |
RequestBeanHolder(BeanHolder holder) |
Apache Camel