org.globus.ogsa.impl.security.util
Class Util

java.lang.Object
  extended byorg.globus.ogsa.impl.security.util.Util

public class Util
extends java.lang.Object


Constructor Summary
Util()
           
 
Method Summary
static void dump(org.w3c.dom.Node node)
           
static java.lang.String getAttrName(org.w3c.dom.Node node)
           
static java.lang.String getName(org.w3c.dom.Node node)
           
static java.lang.String getNameValue(org.w3c.dom.Node node)
           
static byte[] toByteArray(org.apache.axis.Message msg)
           
static java.lang.String toString(org.apache.axis.Message msg)
           
static java.lang.String toString(org.apache.axis.message.MessageElement el)
           
static java.lang.String toString(org.w3c.dom.Node doc)
           
static java.lang.String toString(org.w3c.dom.Node doc, boolean pretty)
           
static java.lang.String toString2(org.w3c.dom.Node node)
           
static java.lang.String toString2(org.w3c.dom.Node node, java.lang.String tab)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util

public Util()
Method Detail

toString

public static java.lang.String toString(org.apache.axis.Message msg)

toByteArray

public static byte[] toByteArray(org.apache.axis.Message msg)

toString

public static java.lang.String toString(org.apache.axis.message.MessageElement el)
                                 throws java.lang.Exception
Throws:
java.lang.Exception

toString

public static java.lang.String toString(org.w3c.dom.Node doc)

toString

public static java.lang.String toString(org.w3c.dom.Node doc,
                                        boolean pretty)

dump

public static void dump(org.w3c.dom.Node node)

toString2

public static java.lang.String toString2(org.w3c.dom.Node node)

getName

public static java.lang.String getName(org.w3c.dom.Node node)

getNameValue

public static java.lang.String getNameValue(org.w3c.dom.Node node)

getAttrName

public static java.lang.String getAttrName(org.w3c.dom.Node node)

toString2

public static java.lang.String toString2(org.w3c.dom.Node node,
                                         java.lang.String tab)


Copyright ? 1999 University of Chicago and The University of Southern California. All Rights Reserved.