org.ow2.petals.flowwatch.notification
Class NotificationReader

java.lang.Object
  extended by org.ow2.petals.flowwatch.notification.NotificationReader

public class NotificationReader
extends java.lang.Object

This class is in charge of processing xml notification parts (topic and message) to update DB

Author:
ofabre

Constructor Summary
NotificationReader()
           
 
Method Summary
 Notification read(javax.xml.transform.Source notifMessage)
          Process xml notification message
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationReader

public NotificationReader()
Method Detail

read

public Notification read(javax.xml.transform.Source notifMessage)
                  throws NotificationProcessingException
Process xml notification message

Parameters:
notifMessage - a Source that handles an xml notification message
Throws:
NotificationProcessingException - if an error occurs during notification reading


Copyright © 2009-2010 eBM Websourcing. All Rights Reserved.