Class JmsHeaderMapper

java.lang.Object
org.springframework.integration.jms.JmsHeaderMapper
All Implemented Interfaces:
org.springframework.integration.mapping.HeaderMapper<javax.jms.Message>
Direct Known Subclasses:
DefaultJmsHeaderMapper

public abstract class JmsHeaderMapper
extends java.lang.Object
implements org.springframework.integration.mapping.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.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected static java.lang.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