All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.apache.soap.Utils

java.lang.Object
   |
   +----org.apache.soap.Utils

public class Utils
extends Object
SOAP utilities.

Author:
Sanjiva Weerawarana ([email protected]), Matthew J. Duftler ([email protected])

Constructor Index

 o Utils()

Method Index

 o buildFaultDetailsFromThrowable(Throwable)
Given a throwable, return a vector containing a single entry which is an Element with one text node containing the stack trace.
 o cleanString(String)
 o marshallNode(Node, Writer)

Constructors

 o Utils
 public Utils()

Methods

 o cleanString
 public static String cleanString(String orig)
 o marshallNode
 public static void marshallNode(Node node,
                                 Writer sink)
 o buildFaultDetailsFromThrowable
 public static Vector buildFaultDetailsFromThrowable(Throwable t)
Given a throwable, return a vector containing a single entry which is an Element with one text node containing the stack trace.


All Packages  Class Hierarchy  This Package  Previous  Next  Index