Spring Integration

Package org.springframework.integration.mail.transformer

Provides classes related to transforming mail messages.

See:
          Description

Class Summary
AbstractMailMessageTransformer<T> Base class for Transformers that convert from a JavaMail Message to a Spring Integration Message.
MailToStringTransformer Transforms a Message payload of type Message to a String.
 

Package org.springframework.integration.mail.transformer Description

Provides classes related to transforming mail messages.


Spring Integration