|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.integration.message.DefaultMessageMapper<T>
public class DefaultMessageMapper<T>
A simple implementation of MessageMapper
that returns the
Message's
payload.
Constructor Summary | |
---|---|
DefaultMessageMapper()
|
Method Summary | |
---|---|
T |
mapMessage(Message<T> message)
Map from the given Message to an Object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultMessageMapper()
Method Detail |
---|
public T mapMessage(Message<T> message)
MessageMapper
Message
to an Object.
mapMessage
in interface MessageMapper<T,T>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |