Inheritance diagram for org.openmobileis.synchro.openmsp.protocol.ContainerMessage:
Definition at line 38 of file ContainerMessage.java.
Public Member Functions | |
ContainerMessage (Element element) | |
void | add (Element element) throws OpenMSPException |
void | add (ContainerMessage message) throws OpenMSPException |
Array | getAllMessages () |
ContainerMessage | nextMessage () |
boolean | hasMoreMessage () |
void | resetCursor () |
int | getMessagesSize () |
Element | getElement () |
Protected Member Functions | |
ContainerMessage () | |
void | encode (StringBuffer buffer) |
Protected Attributes | |
Array | children |
int | cursor = -1 |
Element | content |
Static Package Attributes | |
static final long | serialVersionUID = 1L |
Set version of the serialized data to make it compatible with new class versions. |