com.stratelia.silverpeas.notificationserver
Class NotificationServerUtil

java.lang.Object
  extended by com.stratelia.silverpeas.notificationserver.NotificationServerUtil

public class NotificationServerUtil
extends Object


Constructor Summary
NotificationServerUtil()
           
 
Method Summary
static String convertNotificationDataToXML(NotificationData p_Data)
           
static NotificationData convertXMLToNotificationData(String p_XML)
           
protected static String doubleSeparators(String theValue)
          Method declaration
static String packKeyValues(Map<String,Object> keyValues)
           
static Map<String,Object> unpackKeyValues(String keyvaluestring)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationServerUtil

public NotificationServerUtil()
Method Detail

convertNotificationDataToXML

public static String convertNotificationDataToXML(NotificationData p_Data)

convertXMLToNotificationData

public static NotificationData convertXMLToNotificationData(String p_XML)
                                                     throws NotificationServerException
Parameters:
p_XML -
Returns:
Throws:
NotificationServerException

unpackKeyValues

public static Map<String,Object> unpackKeyValues(String keyvaluestring)
Parameters:
keyvaluestring -
Returns:

doubleSeparators

protected static String doubleSeparators(String theValue)
Method declaration

Parameters:
theValue -
Returns:
See Also:

packKeyValues

public static String packKeyValues(Map<String,Object> keyValues)
Parameters:
keyValues -
Returns:


Copyright © 2016 Silverpeas. All Rights Reserved.