-
Task
-
Resolution: Obsolete
-
Major
-
None
-
None
-
None
//
// "http://schemas.xmlsoap.org/ws/2004/08/eventing/DeliveryFailure"
// This value MUST be used if the event source terminated the subscription
// because of problems delivering notifications.
//
public void testSubscriptionEndMessage()
//
// "http://schemas.xmlsoap.org/ws/2004/08/eventing/SourceShuttingDown"
// This value MUST be used if the event source terminated the subscription
// because the source is being shut down in a controlled manner;
// that is, if the event source is being shut down but has the opportunity
// to send a SubscriptionEnd message before it exits.
//
public void testShutdownMessage()
//
// "http://schemas.xmlsoap.org/ws/2004/08/eventing/SourceCanceling"
// This value MUST be used if the event source terminated the subscription
// for some other reason before it expired.
//
public void testCancelMessage()
- blocks
-
JBWS-902 ws-eventing 1.0-Final
- Closed