}
public void testNotificationMarshalling() throws Exception {
Notification task = new Notification("id", new URI("http://localhost/form"), TestUtils.createXMLDocument());
task.setPriority(2);
task.authorizeActionForUser("dismiss", "test/user1");
this.testTaskMarshalling(task);
}
public void testPIPATaskMetaMarshalling() throws Exception {
PIPATask task = new PIPATask("id", new URI("http://localhost/form"), new URI("http://localhost/endpoint"), new URI("urn:initNS"), "urn:initSoapAction");