| 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
|
| org.apache.camel.language.bean |
Camel Bean language.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultParameterMappingStrategy
Represents the strategy used to figure out how to map a message exchange to a POJO method invocation
|
| Modifier and Type | Method and Description |
|---|---|
static ParameterMappingStrategy |
ParameterMappingStrategyHelper.createParameterMappingStrategy(org.apache.camel.CamelContext camelContext) |
| Constructor and Description |
|---|
BeanInfo(org.apache.camel.CamelContext camelContext,
Class<?> type,
Method explicitMethod,
ParameterMappingStrategy strategy,
BeanComponent beanComponent) |
BeanInfo(org.apache.camel.CamelContext camelContext,
Class<?> type,
ParameterMappingStrategy strategy,
BeanComponent beanComponent) |
BeanInfo(org.apache.camel.CamelContext camelContext,
Method explicitMethod,
ParameterMappingStrategy parameterMappingStrategy,
BeanComponent beanComponent) |
ConstantBeanHolder(Object bean,
org.apache.camel.CamelContext context,
ParameterMappingStrategy parameterMappingStrategy,
BeanComponent beanComponent) |
ConstantStaticTypeBeanHolder(Class<?> type,
org.apache.camel.CamelContext context,
ParameterMappingStrategy parameterMappingStrategy,
BeanComponent beanComponent) |
ConstantTypeBeanHolder(Class<?> type,
org.apache.camel.CamelContext context,
ParameterMappingStrategy parameterMappingStrategy,
BeanComponent beanComponent) |
RegistryBean(org.apache.camel.CamelContext context,
String name,
ParameterMappingStrategy parameterMappingStrategy,
BeanComponent beanComponent) |
| Modifier and Type | Method and Description |
|---|---|
ParameterMappingStrategy |
BeanExpression.getParameterMappingStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
BeanExpression.setParameterMappingStrategy(ParameterMappingStrategy parameterMappingStrategy) |
Apache Camel