org.apache.soap
Class Utils
java.lang.Object
|
+--org.apache.soap.Utils
- public class Utils
- extends java.lang.Object
SOAP utilities.
- Author:
- Sanjiva Weerawarana (sanjiva@watson.ibm.com), Matthew J. Duftler (duftler@us.ibm.com), Michael Spreitzer (mspreitz@us.ibm.com)
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 |
clone, equals, finalize, 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.
Copyright © 2001 Oracle SOAP. All Rights Reserved.