org.apache.camel.component.bean
Interface ParameterMappingStrategy

All Known Implementing Classes:
DefaultParameterMappingStrategy

public interface ParameterMappingStrategy

A strategy for creating a default parameter expression for a given type

Version:

Method Summary
 Expression getDefaultParameterTypeExpression(Class<?> parameterType)
          Gets an expression used for evaluation with the current Exchange and its result is used as parameter value for the given type
 

Method Detail

getDefaultParameterTypeExpression

Expression getDefaultParameterTypeExpression(Class<?> parameterType)
Gets an expression used for evaluation with the current Exchange and its result is used as parameter value for the given type

Parameters:
parameterType - the parameter type
Returns:
the expression to evaluate as value


Apache CAMEL