WWW/2002/ws/ra/edcopies wseventing.html,1.120,1.121 wseventing.xml,1.112,1.113

Update of /w3ccvs/WWW/2002/ws/ra/edcopies
In directory hutz:/tmp/cvs-serv1172

Modified Files:
	wseventing.html wseventing.xml 
Log Message:
7970


Index: wseventing.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.xml,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -d -r1.112 -r1.113
--- wseventing.xml	7 Nov 2009 00:28:55 -0000	1.112
+++ wseventing.xml	7 Nov 2009 04:23:44 -0000	1.113
@@ -211,9 +211,8 @@
     <head>Delivery</head>
 
     <p>
-     This specification defines a method for transmitting notifications from 
-     the event source to the event sink through the use of the wse:NotifyTo 
-     element.  Other 
+     This specification defines a method for transmitting notifications 
+     to the event sink through the use of the wse:NotifyTo element.  Other 
      methods or combination of methods MAY be defined through the use 
      of delivery extensions.
     </p>
@@ -693,8 +692,8 @@
       <label> Event Source </label>
       <def>
        <p>
-        A Web service that sends notifications and accepts
-        requests to create subscriptions.
+        A Web service that accepts requests to create subscriptions. 
+        Notifications MAY be sent by any endpoint including the event source. 
        </p>
       </def>
      </gitem>
@@ -712,8 +711,7 @@
       <label> Notification </label>
       <def>
        <p>
-        A one-way message sent to indicate that an event, or events,
-        have occurred.
+        A message sent to indicate that an event, or events, have occurred. 
        </p>
       </def>
      </gitem>
@@ -804,12 +802,12 @@
     although an event source MAY accept an indefinite subscription
     with no time-based expiration. If the subscription manager
     accepts a renewal request, it updates that amount of time. During
-    that time, notifications are delivered by the event source to the
+    that time, notifications are delivered to the
     requested event sink. An event source MAY support filtering to
     limit notifications that are delivered to the event sink; if it
-    does, and a subscribe request contains a filter, the event source
-    sends only notifications that match the requested filter. The
-    event source sends notifications until one of the following
+    does, and a subscribe request contains a filter, 
+    only events that match the requested filter are sent. 
+    Notifications are sent until one of the following
     happens: the subscription manager accepts an unsubscribe request
     for the subscription; the subscription expires without being
     renewed; or the event source cancels the subscription
@@ -3471,7 +3469,7 @@
     <head>Notification WSDLs</head>
 
     <p>
-     As described previously, event sources transmit events to event sinks as 
+     As described previously, events are transmitted to event sinks as 
      SOAP messages called "Notifications". These notifications MAY be 
      described via a Web Services Description Language <bibref ref="WSDL11"/>
      definitions element termed a "Notification WSDL". A Notification WSDL 
@@ -4640,6 +4638,13 @@
        <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8168">8168</loc>
       </td>
      </tr>
+     <tr>
+      <td> 2009/11/06 </td>
+      <td> DD </td>
+      <td> Added resolution of issue 
+       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7970">7970</loc>
+      </td>
+     </tr>
     </tbody>
    </table>
   </div1>

Index: wseventing.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.html,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -d -r1.120 -r1.121
--- wseventing.html	7 Nov 2009 00:28:55 -0000	1.120
+++ wseventing.html	7 Nov 2009 04:23:44 -0000	1.121
@@ -162,9 +162,8 @@
        and SOAP 1.2 <a href="#SOAP121">[SOAP12]</a> Envelopes.
       </p></li></ul></div><div class="div2">
 <h3><a name="Delivery" id="Delivery"/>2.2 Delivery</h3><p>
-     This specification defines a method for transmitting notifications from 
-     the event source to the event sink through the use of the wse:NotifyTo 
-     element.  Other 
+     This specification defines a method for transmitting notifications 
+     to the event sink through the use of the wse:NotifyTo element.  Other 
      methods or combination of methods MAY be defined through the use 
      of delivery extensions.
     </p><p>
@@ -415,13 +414,12 @@
       </a>.
     </p></div><div class="div2">
 <h3><a name="terms" id="terms"/>3.4 Terminology</h3><dl><dt class="label"> Event Source </dt><dd><p>
-        A Web service that sends notifications and accepts
-        requests to create subscriptions.
+        A Web service that accepts requests to create subscriptions. 
+        Notifications MAY be sent by any endpoint including the event source. 
        </p></dd><dt class="label"> Event Sink </dt><dd><p>
         A Web service that receives notifications.
        </p></dd><dt class="label"> Notification </dt><dd><p>
-        A one-way message sent to indicate that an event, or events,
-        have occurred.
+        A message sent to indicate that an event, or events, have occurred. 
        </p></dd><dt class="label"> Subscription </dt><dd><p>
         A registration of interest in receiving notification messages from 
         an event source.  Subscriptions may be created, renewed, expired 
@@ -466,12 +464,12 @@
     although an event source MAY accept an indefinite subscription
     with no time-based expiration. If the subscription manager
     accepts a renewal request, it updates that amount of time. During
-    that time, notifications are delivered by the event source to the
+    that time, notifications are delivered to the
     requested event sink. An event source MAY support filtering to
     limit notifications that are delivered to the event sink; if it
-    does, and a subscribe request contains a filter, the event source
-    sends only notifications that match the requested filter. The
-    event source sends notifications until one of the following
+    does, and a subscribe request contains a filter, 
+    only events that match the requested filter are sent. 
+    Notifications are sent until one of the following
     happens: the subscription manager accepts an unsubscribe request
     for the subscription; the subscription expires without being
     renewed; or the event source cancels the subscription
@@ -1964,7 +1962,7 @@
          element corresponding to the type of the event being transmitted. 
         </p></li></ul></div></div></div><div class="div2">
 <h3><a name="NWSDL" id="NWSDL"/>A.2 Notification WSDLs</h3><p>
-     As described previously, event sources transmit events to event sinks as 
+     As described previously, events are transmitted to event sinks as 
      SOAP messages called "Notifications". These notifications MAY be 
      described via a Web Services Description Language <a href="#WSDL11">[WSDL11]</a>
      definitions element termed a "Notification WSDL". A Notification WSDL 
@@ -2629,4 +2627,5 @@
        <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8076">8076</a></td></tr><tr><td> 2009/11/05 </td><td> DD </td><td> Added resolution of issue 
        <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7912">7912</a></td></tr><tr><td> 2009/11/06 </td><td> DD </td><td> Added resolution of issue 
        <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8172">8172</a></td></tr><tr><td> 2009/11/06 </td><td> DD </td><td> Added resolution of issue 
-       <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8168">8168</a></td></tr></tbody></table></div></div></body></html>
\ No newline at end of file
+       <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8168">8168</a></td></tr><tr><td> 2009/11/06 </td><td> DD </td><td> Added resolution of issue 
+       <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7970">7970</a></td></tr></tbody></table></div></div></body></html>
\ No newline at end of file

Received on Saturday, 7 November 2009 04:23:47 UTC