Class SoapDebug

  • All Implemented Interfaces:

    
    public class SoapDebug
    
                        

    Utility class to create textual representations of SoapMessage objects.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      SoapDebug()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static String get(SoapMessage msg) Gets textual representation of a given SOAP message.
      static String getBrief(SoapMessage msg) Gets brief textual representation of a given SOAP message.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SoapDebug

        SoapDebug()
    • Method Detail

      • get

         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

         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.