Class MessageRowMapper

java.lang.Object
org.springframework.integration.jdbc.store.channel.MessageRowMapper
All Implemented Interfaces:
RowMapper<Message<?>>

public class MessageRowMapper extends Object implements RowMapper<Message<?>>
Convenience class to be used to unpack a Message from a result set row. Uses column named in the result set to extract the required data, so that select clause ordering is unimportant.
Since:
2.2
Author:
Gunnar Hillert, Gary Russell, Artem Bilan