You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pubscribe-commits@ws.apache.org by sc...@apache.org on 2005/07/15 19:58:19 UTC

svn commit: r219229 - /webservices/pubscribe/trunk/src/templates/v2004_06/NotificationConsumerPortType.txt

Author: scamp
Date: Fri Jul 15 10:58:18 2005
New Revision: 219229

URL: http://svn.apache.org/viewcvs?rev=219229&view=rev
Log:
updated to be an abstract method to force implementor to implement in the service class

Modified:
    webservices/pubscribe/trunk/src/templates/v2004_06/NotificationConsumerPortType.txt

Modified: webservices/pubscribe/trunk/src/templates/v2004_06/NotificationConsumerPortType.txt
URL: http://svn.apache.org/viewcvs/webservices/pubscribe/trunk/src/templates/v2004_06/NotificationConsumerPortType.txt?rev=219229&r1=219228&r2=219229&view=diff
==============================================================================
--- webservices/pubscribe/trunk/src/templates/v2004_06/NotificationConsumerPortType.txt (original)
+++ webservices/pubscribe/trunk/src/templates/v2004_06/NotificationConsumerPortType.txt Fri Jul 15 10:58:18 2005
@@ -1,10 +1,10 @@
    /**
     * notify operation to recieve notifications
     *
+    * //TODO: Handle your incoming notifications
+    *
     * @param notifyDocument 
     *    
     */
-    public void notify(org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.NotifyDocument notifyDocument)
-    {
-        //TODO: Handle your incoming notifications
-    }
\ No newline at end of file
+    public abstract void notify(org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.NotifyDocument notifyDocument);
+    
\ No newline at end of file