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 Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.integration.mapping.HeaderMapper
fromHeaders, toHeaders 
- 
Field Details
- 
CONTENT_TYPE_PROPERTY
- See Also:
 
 
 - 
 - 
Constructor Details
- 
JmsHeaderMapper
public JmsHeaderMapper() 
 -