Class JmsHeaderMapper
java.lang.Object
org.springframework.integration.jms.JmsHeaderMapper
- All Implemented Interfaces:
- HeaderMapper<Message>
- Direct Known Subclasses:
- DefaultJmsHeaderMapper
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, Artem Bilan
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.integration.mapping.HeaderMapperfromHeaders, toHeaders
- 
Field Details- 
CONTENT_TYPE_PROPERTY- See Also:
 
 
- 
- 
Constructor Details- 
JmsHeaderMapperpublic JmsHeaderMapper()
 
-