Package org.springframework.jms.support
Interface JmsHeaderMapper
- All Superinterfaces:
HeaderMapper<Message>
- All Known Implementing Classes:
SimpleJmsHeaderMapper
public interface JmsHeaderMapper extends HeaderMapper<Message>
Strategy interface for mappingMessageheaders to an outbound JMSMessage(e.g. to configure JMS properties) or extracting messaging header values from an inbound JMS Message.- Since:
- 4.1
- Author:
- Mark Fisher, Oleg Zhurakousky, Gary Russell
Field Summary
Fields Modifier and Type Field Description static StringCONTENT_TYPE_PROPERTYThe JMS-compliantcontent_typeproperty.
Method Summary
Methods inherited from interface org.springframework.messaging.support.HeaderMapper
fromHeaders, toHeaders
Field Detail
CONTENT_TYPE_PROPERTY
static final String CONTENT_TYPE_PROPERTY
The JMS-compliantcontent_typeproperty.- See Also:
- Constant Field Values