au.gov.nehta.vendorlibrary.pcehr.clients.common.util
Class XmlUtils

java.lang.Object
  extended by au.gov.nehta.vendorlibrary.pcehr.clients.common.util.XmlUtils

public final class XmlUtils
extends java.lang.Object

A helper class to obtain easy-to-read XML from SOAPMessage objects.


Method Summary
static java.lang.String serialiseSoapXml(javax.xml.soap.SOAPMessage message)
          Returns an easy to read String representation of the SOAP XML Message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

serialiseSoapXml

public static java.lang.String serialiseSoapXml(javax.xml.soap.SOAPMessage message)
Returns an easy to read String representation of the SOAP XML Message.

Parameters:
message - the SOAP XML Message (Mandatory)
Returns:
an easy to read XML document as a String