org.springframework.integration.jms
Interface JmsHeaderMapper

All Superinterfaces:
org.springframework.integration.mapping.HeaderMapper<javax.jms.Message>
All Known Implementing Classes:
DefaultJmsHeaderMapper

public interface JmsHeaderMapper
extends org.springframework.integration.mapping.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.


Field Summary
static java.lang.String CONTENT_TYPE_PROPERTY
           
 
Method Summary
 
Methods inherited from interface org.springframework.integration.mapping.HeaderMapper
fromHeaders, toHeaders
 

Field Detail

CONTENT_TYPE_PROPERTY

static final java.lang.String CONTENT_TYPE_PROPERTY
See Also:
Constant Field Values