ClientMessage#
- public class ClientMessage extends Message#
Class which represents client messages. Client messages is a way to extend the Entity API with special properties which may be used by plug-ins.
If no plug-in handles the client message, it is printed back to the response unaltered.
Client message can have arbitrary key-value (string-string typed) tuples
properties.- Author:
Timm Fitschen (t.fitschen@indiscale.com)
Constructors#
ClientMessage#
Methods#
addToElement#
- public void addToElement(Element parent)#
fromXML#
- public static ClientMessage fromXML(Element pe)#
NB: This is the only place where properties are set in this class.
getProperty#
hashCode#
- public int hashCode()#
toElement#
- public Element toElement()#