org.springframework.integration.jms
Interface JmsHeaderMapper

All Superinterfaces:
HeaderMapper<javax.jms.Message>
All Known Implementing Classes:
DefaultJmsHeaderMapper

public interface JmsHeaderMapper
extends HeaderMapper<javax.jms.Message>

Strategy interface for mapping integration Message headers to an outbound JMS Message (e.g. to configure JMS properties) or extracting integration header values from an inbound JMS Message.


Method Summary
 
Methods inherited from interface org.springframework.integration.mapping.HeaderMapper
fromHeaders, toHeaders