|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.integration.adapter.event.MessagingEventMapper<T>
public class MessagingEventMapper<T>
A MessageMapper
implementation for mapping to and from
MessagingEvents
.
Constructor Summary | |
---|---|
MessagingEventMapper()
|
Method Summary | |
---|---|
MessagingEvent<T> |
fromMessage(org.springframework.integration.message.Message<T> message)
|
org.springframework.integration.message.Message<T> |
toMessage(MessagingEvent<T> event)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MessagingEventMapper()
Method Detail |
---|
public MessagingEvent<T> fromMessage(org.springframework.integration.message.Message<T> message)
fromMessage
in interface org.springframework.integration.message.MessageMapper<T,MessagingEvent<T>>
public org.springframework.integration.message.Message<T> toMessage(MessagingEvent<T> event)
toMessage
in interface org.springframework.integration.message.MessageMapper<T,MessagingEvent<T>>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |