|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.integration.adapter.mail.TextMailMessageMapper
public class TextMailMessageMapper
Message mapper for transforming integration messages with a String payload into simple text e-mail messages. The body of the e-mail message will be the content of the integration message's payload.
Constructor Summary | |
---|---|
TextMailMessageMapper()
|
Method Summary | |
---|---|
org.springframework.mail.MailMessage |
mapMessage(Message<java.lang.String> stringMessage)
Map from the given Message to an Object. |
Message<java.lang.String> |
toMessage(org.springframework.mail.MailMessage source)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TextMailMessageMapper()
Method Detail |
---|
public Message<java.lang.String> toMessage(org.springframework.mail.MailMessage source)
public org.springframework.mail.MailMessage mapMessage(Message<java.lang.String> stringMessage)
MessageMapper
Message
to an Object.
mapMessage
in interface MessageMapper<java.lang.String,org.springframework.mail.MailMessage>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |