Interface IMessage
-
- All Known Implementing Classes:
Message
public interface IMessage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectget(int index)intgetId()UniqueIdgetMessageHandle()StringgetName()Stringserialize()
-
-
-
Method Detail
-
getMessageHandle
UniqueId getMessageHandle()
-
getName
String getName()
-
getId
int getId()
-
get
Object get(int index) throws XtumlException
- Throws:
XtumlException
-
serialize
String serialize() throws XtumlException
- Throws:
XtumlException
-
-