Class JmsHeaderMapper
java.lang.Object
org.springframework.integration.jms.JmsHeaderMapper
- All Implemented Interfaces:
HeaderMapper<javax.jms.Message>
- Direct Known Subclasses:
DefaultJmsHeaderMapper
public abstract class JmsHeaderMapper extends Object implements 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, Artem Bilan
-
Field Summary
Fields Modifier and Type Field Description protected static String
CONTENT_TYPE_PROPERTY
-
Constructor Summary
Constructors Constructor Description JmsHeaderMapper()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.integration.mapping.HeaderMapper
fromHeaders, toHeaders
-
Field Details
-
CONTENT_TYPE_PROPERTY
- See Also:
- Constant Field Values
-
-
Constructor Details
-
JmsHeaderMapper
public JmsHeaderMapper()
-