Uses of Interface
org.apache.camel.component.bean.ParameterMappingStrategy
Packages that use ParameterMappingStrategy
Package
Description
The Bean Component which will look up the
bean name in the Spring ApplicationContext and use that to dispatch messages to a POJO
Camel Bean language.
-
Uses of ParameterMappingStrategy in org.apache.camel.component.bean
Classes in org.apache.camel.component.bean that implement ParameterMappingStrategyModifier and TypeClassDescriptionfinal classRepresents the strategy used to figure out how to map a message exchange to a POJO method invocationMethods in org.apache.camel.component.bean that return ParameterMappingStrategyModifier and TypeMethodDescriptionstatic ParameterMappingStrategyParameterMappingStrategyHelper.createParameterMappingStrategy(org.apache.camel.CamelContext camelContext) Constructors in org.apache.camel.component.bean with parameters of type ParameterMappingStrategyModifierConstructorDescriptionBeanInfo(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) -
Uses of ParameterMappingStrategy in org.apache.camel.language.bean
Methods in org.apache.camel.language.bean that return ParameterMappingStrategyMethods in org.apache.camel.language.bean with parameters of type ParameterMappingStrategyModifier and TypeMethodDescriptionvoidBeanExpression.setParameterMappingStrategy(ParameterMappingStrategy parameterMappingStrategy)