ucar.soap
Class SoapWrapper

java.lang.Object
  |
  +--ucar.soap.SoapWrapper

public class SoapWrapper
extends java.lang.Object

Utility class to wrap/unwrap XML document within SOAP envelopes


Constructor Summary
SoapWrapper()
           
 
Method Summary
static org.w3c.dom.Document wrap(org.w3c.dom.Document doc)
          Method to wrap xml document doc within a SOAP Envelope
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoapWrapper

public SoapWrapper()
Method Detail

wrap

public static org.w3c.dom.Document wrap(org.w3c.dom.Document doc)
Method to wrap xml document doc within a SOAP Envelope

Parameters:
doc - the input XML document to be wrapped
Returns:
the SOAP envelope as a DOM document