Spring Integration

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.

Author:
Mark Fisher, Oleg Zhurakousky, Gary Russell

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

Spring Integration