|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.saaj.util.SAAJUtil
Utility class for the Axis2-WSS4J Module
Constructor Summary | |
SAAJUtil()
|
Method Summary | |
static Document |
getDocumentFromSOAPEnvelope(SOAPEnvelope env)
Create a DOM Document using the org.apache.axis2.soap.SOAPEnvelope |
static SOAPEnvelope |
getSOAPEnvelopeFromDOOMDocument(Document doc)
|
static Element |
toDOM(OMElement element)
Convert a given OMElement to a DOM Element |
static SOAPEnvelopeImpl |
toDOOMSOAPEnvelope(SOAPEnvelope env)
Create a DOM Document using the org.apache.axis2.soap.SOAPEnvelope |
static SOAPEnvelope |
toOMSOAPEnvelope(Element elem)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SAAJUtil()
Method Detail |
public static Document getDocumentFromSOAPEnvelope(SOAPEnvelope env)
env
- An org.apache.axis2.soap.SOAPEnvelope instance
public static SOAPEnvelopeImpl toDOOMSOAPEnvelope(SOAPEnvelope env)
env
- An org.apache.axis2.soap.SOAPEnvelope instance
public static SOAPEnvelope getSOAPEnvelopeFromDOOMDocument(Document doc)
public static SOAPEnvelope toOMSOAPEnvelope(Element elem)
public static Element toDOM(OMElement element) throws Exception
element
-
Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |