public final class MessagingMessage extends Object
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Returns the content of the message.
|
String |
getInitiator()
Returns the source or the initiator that sent this message.
|
String |
getMessageId()
Returns the unique id assigned to this message.
|
String |
getTarget()
Returns the destination or the recipient of this message.
|
public String getMessageId()
public String getContent()
public String getInitiator()
public String getTarget()