org.apache.soap
Class Utils
java.lang.Object
|
+--org.apache.soap.Utils
- public class Utils
- extends java.lang.Object
SOAP utilities.
Constructor Summary |
Utils()
|
Method Summary |
static java.util.Vector |
buildFaultDetailsFromThrowable(java.lang.Throwable t)
Given a throwable, return a vector containing a single entry
which is an Element with one text node containing the stack
trace. |
static void |
checkMustUnderstands(Header header)
Check for mustUnderstand headers, and throw a mustUnderstand
Fault if we find any. |
static java.lang.String |
cleanString(java.lang.String orig)
|
static void |
marshallNode(org.w3c.dom.Node node,
java.io.Writer sink)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Utils
public Utils()
cleanString
public static java.lang.String cleanString(java.lang.String orig)
marshallNode
public static void marshallNode(org.w3c.dom.Node node,
java.io.Writer sink)
buildFaultDetailsFromThrowable
public static java.util.Vector buildFaultDetailsFromThrowable(java.lang.Throwable t)
- Given a throwable, return a vector containing a single entry
which is an Element with one text node containing the stack
trace.
checkMustUnderstands
public static void checkMustUnderstands(Header header)
throws SOAPException
- Check for mustUnderstand headers, and throw a mustUnderstand
Fault if we find any.