|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.integration.twitter.outbound.OutboundStatusUpdateMessageMapper
public class OutboundStatusUpdateMessageMapper
Convenience class that maps headers and a payload to a StatusUpdate instance.
StatusUpdate,
TwitterHeaders| Constructor Summary | |
|---|---|
OutboundStatusUpdateMessageMapper()
|
|
| Method Summary | |
|---|---|
twitter4j.StatusUpdate |
fromMessage(Message<?> message)
StatusUpdate instances are used to drive status updates. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OutboundStatusUpdateMessageMapper()
| Method Detail |
|---|
public twitter4j.StatusUpdate fromMessage(Message<?> message)
StatusUpdate instances are used to drive status updates.
fromMessage in interface OutboundMessageMapper<twitter4j.StatusUpdate>message - the inbound messages
StatusUpdate that's been materialized from the inbound message
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||