Package org.somda.sdc.dpws.soap
Class SoapDebug
-
- All Implemented Interfaces:
public class SoapDebugUtility class to create textual representations of SoapMessage objects.
-
-
Constructor Summary
Constructors Constructor Description SoapDebug()
-
Method Summary
Modifier and Type Method Description static Stringget(SoapMessage msg)Gets textual representation of a given SOAP message. static StringgetBrief(SoapMessage msg)Gets brief textual representation of a given SOAP message. -
-
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.
-
-
-
-