public abstract class MessageImpl extends Object implements MAPMessage
| Modifier and Type | Field and Description |
|---|---|
protected static javolution.xml.XMLFormat<MessageImpl> |
MAP_MESSAGE_XML
XML Serialization/Deserialization
|
| Constructor and Description |
|---|
MessageImpl() |
| Modifier and Type | Method and Description |
|---|---|
long |
getInvokeId() |
MAPDialog |
getMAPDialog() |
void |
setInvokeId(long invokeId) |
void |
setMAPDialog(MAPDialog mapDialog) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMessageType, getOperationCodeprotected static final javolution.xml.XMLFormat<MessageImpl> MAP_MESSAGE_XML
public long getInvokeId()
getInvokeId in interface MAPMessagepublic MAPDialog getMAPDialog()
getMAPDialog in interface MAPMessagepublic void setInvokeId(long invokeId)
setInvokeId in interface MAPMessagepublic void setMAPDialog(MAPDialog mapDialog)
setMAPDialog in interface MAPMessageCopyright © 2016. All Rights Reserved.