Class SoapDebug


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

      • SoapDebug

        public SoapDebug()
    • Method Detail

      • 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.