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:
$Revision: 753316 $

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 evalute as value


Copyright © 2009 Apache Software Foundation. All Rights Reserved.