Class SoapDebug

java.lang.Object
org.somda.sdc.dpws.soap.SoapDebug

public class SoapDebug extends Object
Utility class to create textual representations of SoapMessage objects.
  • Constructor Details

    • SoapDebug

      public SoapDebug()
  • Method Details

    • get

      public static String get(SoapMessage msg)
      Gets textual representation of a given SOAP message.
      Parameters:
      msg - the message to create a text representation from.
      Returns:
      string consisting of the message's action, message id and message type.
    • getBrief

      public static String getBrief(SoapMessage msg)
      Gets brief textual representation of a given SOAP message.
      Parameters:
      msg - the message to create a text representation from.
      Returns:
      string consisting of the message's message id.