Uses of Interface
org.apache.camel.component.bean.ParameterMappingStrategy

Packages that use ParameterMappingStrategy
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 ParameterMappingStrategy in org.apache.camel.component.bean
 

Classes in org.apache.camel.component.bean that implement ParameterMappingStrategy
 class DefaultParameterMappingStrategy
          Represents the strategy used to figure out how to map a message exchange to a POJO method invocation
 

Methods in org.apache.camel.component.bean that return ParameterMappingStrategy
protected  ParameterMappingStrategy RegistryBean.createParameterMappingStrategy()
           
static ParameterMappingStrategy BeanInfo.createParameterMappingStrategy(CamelContext camelContext)
           
 ParameterMappingStrategy RegistryBean.getParameterMappingStrategy()
           
 

Methods in org.apache.camel.component.bean with parameters of type ParameterMappingStrategy
 void RegistryBean.setParameterMappingStrategy(ParameterMappingStrategy parameterMappingStrategy)
           
 

Constructors in org.apache.camel.component.bean with parameters of type ParameterMappingStrategy
BeanInfo(CamelContext camelContext, Class<?> type, Method explicitMethod, ParameterMappingStrategy strategy)
           
BeanInfo(CamelContext camelContext, Class<?> type, ParameterMappingStrategy strategy)
           
BeanProcessor(Object pojo, CamelContext camelContext, ParameterMappingStrategy parameterMappingStrategy)
           
ConstantBeanHolder(Object bean, CamelContext context, ParameterMappingStrategy parameterMappingStrategy)
           
ConstantTypeBeanHolder(Class<?> type, CamelContext context, ParameterMappingStrategy parameterMappingStrategy)
           
 



Apache CAMEL