Package org.somda.sdc.dpws.soap
Class SoapDebug
java.lang.Object
org.somda.sdc.dpws.soap.SoapDebug
Utility class to create textual representations of
SoapMessage objects.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringget(SoapMessage msg) Gets textual representation of a given SOAP message.static StringgetBrief(SoapMessage msg) Gets brief textual representation of a given SOAP message.
-
Constructor Details
-
SoapDebug
public SoapDebug()
-
-
Method Details
-
get
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
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.
-