com.ibm.websphere.webmsg.publisher
Interface WebMessage
All known implementing classes:
- public interface WebMessage
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getData()
|
|
getMessageID()
|
|
getMessageType()
Get message type
|
|
getTarget()
|
Method Detail
getTarget
- java.lang.String getTarget()
Returns:
Returns the topic.
getData
- java.lang.Object getData()
Returns:
the data attached to the message as a Java Object.
getMessageID
- long getMessageID()
Returns:
Returns the messageID.
getMessageType
- java.lang.String getMessageType( )
Get message type
Returns:
Message type.