Spring Integration

org.springframework.integration.jpa.support.parametersource
Interface ParameterSourceFactory

All Known Implementing Classes:
BeanPropertyParameterSourceFactory, ExpressionEvaluatingParameterSourceFactory

public interface ParameterSourceFactory

Since:
2.2
Author:
Gunnar Hillert

Method Summary
 ParameterSource createParameterSource(java.lang.Object input)
          Return a new ParameterSource.
 

Method Detail

createParameterSource

ParameterSource createParameterSource(java.lang.Object input)
Return a new ParameterSource.

Parameters:
input - the raw message or query result to be transformed into a ParameterSource

Spring Integration