org.apache.axis2.saaj.util
Class SAAJUtil

java.lang.Object
  extended byorg.apache.axis2.saaj.util.SAAJUtil

public class SAAJUtil
extends Object

Utility class for the Axis2-WSS4J Module


Constructor Summary
SAAJUtil()
           
 
Method Summary
static Document getDocumentFromSOAPEnvelope(org.apache.axiom.soap.SOAPEnvelope env)
          Create a DOM Document using the org.apache.axiom.soap.SOAPEnvelope
static org.apache.axiom.soap.SOAPEnvelope getSOAPEnvelopeFromDOOMDocument(Document doc)
           
static Element toDOM(org.apache.axiom.om.OMElement element)
          Convert a given OMElement to a DOM Element
static org.apache.axiom.soap.impl.dom.SOAPEnvelopeImpl toDOOMSOAPEnvelope(org.apache.axiom.soap.SOAPEnvelope env)
          Create a DOM Document using the org.apache.axiom.soap.SOAPEnvelope
static org.apache.axiom.soap.SOAPEnvelope toOMSOAPEnvelope(Element elem)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAAJUtil

public SAAJUtil()
Method Detail

getDocumentFromSOAPEnvelope

public static Document getDocumentFromSOAPEnvelope(org.apache.axiom.soap.SOAPEnvelope env)
Create a DOM Document using the org.apache.axiom.soap.SOAPEnvelope

Parameters:
env - An org.apache.axiom.soap.SOAPEnvelope instance
Returns:
the DOM Document of the given SOAP Envelope

toDOOMSOAPEnvelope

public static org.apache.axiom.soap.impl.dom.SOAPEnvelopeImpl toDOOMSOAPEnvelope(org.apache.axiom.soap.SOAPEnvelope env)
Create a DOM Document using the org.apache.axiom.soap.SOAPEnvelope

Parameters:
env - An org.apache.axiom.soap.SOAPEnvelope instance
Returns:
the org.apache.axis2.soap.impl.dom.SOAPEnvelopeImpl of the given SOAP Envelope

getSOAPEnvelopeFromDOOMDocument

public static org.apache.axiom.soap.SOAPEnvelope getSOAPEnvelopeFromDOOMDocument(Document doc)

toOMSOAPEnvelope

public static org.apache.axiom.soap.SOAPEnvelope toOMSOAPEnvelope(Element elem)

toDOM

public static Element toDOM(org.apache.axiom.om.OMElement element)
                     throws Exception
Convert a given OMElement to a DOM Element

Parameters:
element -
Returns:
DOM Element
Throws:
Exception