org.springframework.integration.jdbc
Interface SqlParamterSourceFactory

All Known Implementing Classes:
DefaultSqlParamterSourceFactory

public interface SqlParamterSourceFactory

Collaborator for JdbcPollingChannelAdapter which allows creation of instances of SqlParameterSource for use in updates to be created according to the result of the poll

Author:
Jonas Partner

Method Summary
 org.springframework.jdbc.core.namedparam.SqlParameterSource createParamterSource(java.lang.Object obj)
          Return a new SqlParameterSource
 

Method Detail

createParamterSource

org.springframework.jdbc.core.namedparam.SqlParameterSource createParamterSource(java.lang.Object obj)
Return a new SqlParameterSource

Parameters:
obj - the result of the preceeding poll operation
Returns: