com.funambol.syncclient.spds
Class SyncMessages

java.lang.Object
  extended by com.funambol.syncclient.spds.SyncMessages

public class SyncMessages
extends java.lang.Object


Constructor Summary
SyncMessages()
          Creates the SyncMessages.
 
Method Summary
 java.lang.String getAlertXML(java.lang.Object[] objs)
          Getter for the alert XML message.
 java.lang.String getClientInitXML(java.lang.Object[] objs)
          Getter for the client init XML message.
 java.lang.String getMappingXML(java.lang.Object[] objs)
          Getter for the mapping XML message.
 java.lang.String getModificationsXML(java.lang.Object[] objs)
          Getter for the modification XML message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyncMessages

public SyncMessages()
             throws java.io.IOException
Creates the SyncMessages.

Throws:
java.io.IOException
Method Detail

getAlertXML

public java.lang.String getAlertXML(java.lang.Object[] objs)
Getter for the alert XML message.

Returns:
Alert XML message, but it is a copy that might be changed by the caller.

getClientInitXML

public java.lang.String getClientInitXML(java.lang.Object[] objs)
Getter for the client init XML message.

Returns:
Client init XML message, but it is a copy that might be changed by the caller.

getModificationsXML

public java.lang.String getModificationsXML(java.lang.Object[] objs)
Getter for the modification XML message.

Returns:
Modification XML message, but it is a copy that might be changed by the caller.

getMappingXML

public java.lang.String getMappingXML(java.lang.Object[] objs)
Getter for the mapping XML message.

Returns:
Mapping XML message, but it is a copy that might be changed by the caller.


Copyright © 2010 Funambol. All Rights Reserved.