org.apache.ws.security.common
Class SOAPUtil

java.lang.Object
  extended by org.apache.ws.security.common.SOAPUtil

public class SOAPUtil
extends java.lang.Object


Field Summary
static java.lang.String SAMPLE_SOAP_MSG
           
 
Constructor Summary
SOAPUtil()
           
 
Method Summary
static org.w3c.dom.Document toSOAPPart(java.lang.String xml)
          Convert an SOAP Envelope as a String to a org.w3c.dom.Document.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SAMPLE_SOAP_MSG

public static final java.lang.String SAMPLE_SOAP_MSG
See Also:
Constant Field Values
Constructor Detail

SOAPUtil

public SOAPUtil()
Method Detail

toSOAPPart

public static org.w3c.dom.Document toSOAPPart(java.lang.String xml)
                                       throws java.lang.Exception
Convert an SOAP Envelope as a String to a org.w3c.dom.Document.

Throws:
java.lang.Exception


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.