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 BeanComponent.createParameterMappingStrategy()
           
protected  ParameterMappingStrategy RegistryBean.createParameterMappingStrategy()
           
static ParameterMappingStrategy BeanInfo.createParameterMappingStrategy(CamelContext camelContext)
           
 ParameterMappingStrategy BeanComponent.getParameterMappingStrategy()
           
 ParameterMappingStrategy RegistryBean.getParameterMappingStrategy()
           
 

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

Constructors in org.apache.camel.component.bean with parameters of type ParameterMappingStrategy
BeanInfo(CamelContext camelContext, Class type, ParameterMappingStrategy strategy)
           
BeanProcessor(Object pojo, CamelContext camelContext, ParameterMappingStrategy parameterMappingStrategy)
           
ConstantBeanHolder(Object bean, CamelContext context, ParameterMappingStrategy parameterMappingStrategy)
           
RegistryBean(CamelContext context, String name, ParameterMappingStrategy parameterMappingStrategy)
           
 



Copyright © 2009 IONA Open Source Community. All Rights Reserved.