[
http://jira.jboss.com/jira/browse/JBWS-798?page=all ]
Heiko Braun updated JBWS-798:
-----------------------------
Assignee: (was: Heiko Braun)
Pushed to the community.
Complete EventingTestCase
-------------------------
Key: JBWS-798
URL:
http://jira.jboss.com/jira/browse/JBWS-798
Project: JBoss Web Services
Issue Type: Task
Security Level: Public(Everyone can see)
Components: ws-eventing
Reporter: Thomas Diesler
Fix For: jbossws-2.1.1
//
// "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()
{
System.out.println("FIXME: testSubscriptionEnd");
}
//
// "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()
{
System.out.println("FIXME: 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()
{
System.out.println("FIXME: testCancelMessage");
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira