Uses of Interface
org.apache.camel.component.bean.ParameterMappingStrategy
-
Packages that use ParameterMappingStrategy 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 -
-
Uses of ParameterMappingStrategy in org.apache.camel.component.bean
Classes in org.apache.camel.component.bean that implement ParameterMappingStrategy Modifier and Type Class Description classDefaultParameterMappingStrategyRepresents 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 ParameterMappingStrategy Modifier and Type Method Description static ParameterMappingStrategyBeanInfo. createParameterMappingStrategy(org.apache.camel.CamelContext camelContext)protected ParameterMappingStrategyRegistryBean. createParameterMappingStrategy()ParameterMappingStrategyRegistryBean. getParameterMappingStrategy()Methods in org.apache.camel.component.bean with parameters of type ParameterMappingStrategy Modifier and Type Method Description voidRegistryBean. setParameterMappingStrategy(ParameterMappingStrategy parameterMappingStrategy)Constructors in org.apache.camel.component.bean with parameters of type ParameterMappingStrategy Constructor Description AbstractBeanProcessor(Object pojo, org.apache.camel.CamelContext camelContext, ParameterMappingStrategy parameterMappingStrategy)BeanInfo(org.apache.camel.CamelContext camelContext, Class<?> type, Method explicitMethod, ParameterMappingStrategy strategy)BeanInfo(org.apache.camel.CamelContext camelContext, Class<?> type, ParameterMappingStrategy strategy)BeanProcessor(Object pojo, org.apache.camel.CamelContext camelContext, ParameterMappingStrategy parameterMappingStrategy)
-