Spring Integration

Uses of Interface
org.springframework.integration.support.converter.MessageConverter

Packages that use MessageConverter
org.springframework.integration.core   
org.springframework.integration.support.converter   
 

Uses of MessageConverter in org.springframework.integration.core
 

Methods in org.springframework.integration.core with parameters of type MessageConverter
 void MessagingTemplate.setMessageConverter(MessageConverter messageConverter)
          Set the MessageConverter that is to be used to convert between Messages and objects for this template.
 

Uses of MessageConverter in org.springframework.integration.support.converter
 

Classes in org.springframework.integration.support.converter that implement MessageConverter
 class SimpleMessageConverter
           
 


Spring Integration

Copyright © 2010. All Rights Reserved.