|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.vamsas.client.picking.Message
Abstract base class for all message types supported by the picking API.
Field Summary | |
protected java.lang.String |
message
|
Constructor Summary | |
protected |
Message()
Constructs a new message. |
Method Summary | |
boolean |
equals(Message msg)
compare the on-wire message content of the given message to this. |
java.lang.String |
getRawMessage()
Returns the raw message content as a string. |
void |
validate()
Test consistence of a Message class implementation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.String message
Constructor Detail |
protected Message()
Method Detail |
public java.lang.String getRawMessage()
public boolean equals(Message msg)
msg
-
public void validate()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |