org.openmobileis.synchro.openmsp.protocol
Class AtomicMessage

java.lang.Object
  extended byorg.openmobileis.synchro.openmsp.protocol.ContainerMessage
      extended byorg.openmobileis.synchro.openmsp.protocol.AtomicMessage
All Implemented Interfaces:
java.io.Serializable

public class AtomicMessage
extends ContainerMessage

Title: OpenMobileIS project source
Description: Define a message in the openMSP protocol

Since:
JDK 1.1
Version:
1.0.
Author:
Philippe Delrieu
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.openmobileis.synchro.openmsp.protocol.ContainerMessage
children, content, cursor
 
Constructor Summary
protected AtomicMessage(Element element)
           
 
Method Summary
 void add(ContainerMessage message)
           
 void add(Element elt)
           
protected  void encode(java.lang.StringBuffer buffer)
           
 
Methods inherited from class org.openmobileis.synchro.openmsp.protocol.ContainerMessage
getAllMessages, getElement, getMessagesSize, hasMoreMessage, nextMessage, resetCursor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtomicMessage

protected AtomicMessage(Element element)
Method Detail

add

public void add(ContainerMessage message)
         throws OpenMSPException
Overrides:
add in class ContainerMessage
Throws:
OpenMSPException

add

public void add(Element elt)
         throws OpenMSPException
Overrides:
add in class ContainerMessage
Throws:
OpenMSPException

encode

protected void encode(java.lang.StringBuffer buffer)
Overrides:
encode in class ContainerMessage


Copyright 2006 OpenMobileIS. All Rights Reserved.