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)

Constructor Summary
Utils()
           
 
Method Summary
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
 

Constructor Detail

Utils

public Utils()
Method Detail

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)


Copyright © 2000 Apache XML Project. All Rights Reserved.