Spring Integration

Uses of Interface
org.springframework.integration.jms.JmsHeaderMapper

Packages that use JmsHeaderMapper
org.springframework.integration.jms   
 

Uses of JmsHeaderMapper in org.springframework.integration.jms
 

Classes in org.springframework.integration.jms that implement JmsHeaderMapper
 class DefaultJmsHeaderMapper
          Default implementation of JmsHeaderMapper.
 

Methods in org.springframework.integration.jms with parameters of type JmsHeaderMapper
 void JmsOutboundGateway.setHeaderMapper(JmsHeaderMapper headerMapper)
          Provide a JmsHeaderMapper implementation for mapping the Spring Integration Message Headers to/from JMS Message properties.
 void AbstractJmsTemplateBasedAdapter.setHeaderMapper(JmsHeaderMapper headerMapper)
           
 void ChannelPublishingJmsMessageListener.setHeaderMapper(JmsHeaderMapper headerMapper)
          Provide a JmsHeaderMapper implementation to use when converting between JMS Messages and Spring Integration Messages.
 


Spring Integration

Copyright © 2010. All Rights Reserved.