Package uk.nhs.interoperability.payloads.notification

Examples of uk.nhs.interoperability.payloads.notification.EventNotification


        result = xmlDocument;
      }
      testOutput = testOutput + "<td>";
      for (int n=0; n<repeatCount; n++) {
        long startTime = System.currentTimeMillis();
        EventNotification notification = new EventNotification();
        notification.parse(result);
        testOutput = testOutput + "<li>Test Run " + (n+1) + " = " + (System.currentTimeMillis() - startTime) + "ms</li>";
      }
      testOutput = testOutput + "</td>";
    }
    sizeBytes = result.getBytes().length;
View Full Code Here

TOP

Related Classes of uk.nhs.interoperability.payloads.notification.EventNotification

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.