You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-commits@ws.apache.org by da...@apache.org on 2007/03/18 15:35:34 UTC

svn commit: r519620 - /webservices/muse/trunk/modules/muse-wsn-api/src/org/apache/muse/ws/notification/WsnConstants.java

Author: danj
Date: Sun Mar 18 07:35:33 2007
New Revision: 519620

URL: http://svn.apache.org/viewvc?view=rev&rev=519620
Log:
When removing the ArraySerializer hack that allowed for arrays that didn't have a wrapper element, 
I forgot to add an explicit message handler for WSN Notify, which fits that scenario with its 
list of NotificationMessages.

Modified:
    webservices/muse/trunk/modules/muse-wsn-api/src/org/apache/muse/ws/notification/WsnConstants.java

Modified: webservices/muse/trunk/modules/muse-wsn-api/src/org/apache/muse/ws/notification/WsnConstants.java
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/modules/muse-wsn-api/src/org/apache/muse/ws/notification/WsnConstants.java?view=diff&rev=519620&r1=519619&r2=519620
==============================================================================
--- webservices/muse/trunk/modules/muse-wsn-api/src/org/apache/muse/ws/notification/WsnConstants.java (original)
+++ webservices/muse/trunk/modules/muse-wsn-api/src/org/apache/muse/ws/notification/WsnConstants.java Sun Mar 18 07:35:33 2007
@@ -107,6 +107,13 @@
 
     public static final QName NOTIFY_QNAME = 
         new QName(NAMESPACE_URI, "Notify", PREFIX);
+    
+    //
+    // HACK: This is not defined by the standard, but we need something to 
+    //       send back to blocking clients
+    //
+    public static final QName NOTIFY_RESPONSE_QNAME = 
+        new QName(NAMESPACE_URI, "NotifyResponse", PREFIX);
 
     public static final String NOTIFY_URI = CONSUMER_URI + "/NotifyRequest";
 



---------------------------------------------------------------------
To unsubscribe, e-mail: muse-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-commits-help@ws.apache.org