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

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

Constructors in org.apache.camel.component.bean with parameters of type ParameterMappingStrategy
BeanInfo(Class type, ParameterMappingStrategy strategy)
           
BeanProcessor(Object pojo, ParameterMappingStrategy parameterMappingStrategy)
           
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.