|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NotificationMessageContentService
Notification Message Content service - handles parsing the notification XML message and also marshalling out BOs for the response.
Method Summary | |
---|---|
String |
generateNotificationMessage(NotificationBo notification)
This method is responsible for marshalling out the passed in Notification object in and XML representation. |
String |
generateNotificationMessage(NotificationBo notification,
String userRecipientId)
This method is responsible for marshalling out the passed in Notification object in and XML representation, with the addition of adding the specific recipient to the recipients list and removing the others. |
String |
generateNotificationResponseMessage(NotificationResponseBo response)
Generates a Notification response message |
NotificationBo |
parseNotificationRequestMessage(InputStream stream)
Parses a Notification request message into business objects. |
NotificationBo |
parseNotificationRequestMessage(String notificationMessageAsXml)
Parses a Notification request message into business objects. |
NotificationBo |
parseSerializedNotificationXml(byte[] xmlAsBytes)
This method parses out the serialized XML version of Notification BO and populates a Notification BO with it. |
Method Detail |
---|
NotificationBo parseNotificationRequestMessage(InputStream stream) throws IOException, XmlException
stream
- request message stream
SAXException
ParserConfigurationException
IOException
XmlException
NotificationBo parseNotificationRequestMessage(String notificationMessageAsXml) throws IOException, XmlException
notificationMessageAsXml
-
IOException
XmlException
String generateNotificationResponseMessage(NotificationResponseBo response)
response
-
String generateNotificationMessage(NotificationBo notification)
notification
-
String generateNotificationMessage(NotificationBo notification, String userRecipientId)
notification
- userRecipientId
-
NotificationBo parseSerializedNotificationXml(byte[] xmlAsBytes) throws Exception
xmlAsBytes
-
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |