|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.axis2.saaj.util.SAAJUtil
public class SAAJUtil
Utility class for the Axis2-WSS4J Module
| Constructor Summary | |
|---|---|
SAAJUtil()
|
|
| Method Summary | |
|---|---|
static boolean |
compareContentTypes(java.lang.String contentType1,
java.lang.String contentType2)
|
static javax.xml.soap.MimeHeaders |
copyMimeHeaders(javax.xml.soap.MimeHeaders headers)
Create a copy of an existing MimeHeaders object. |
static org.w3c.dom.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(org.w3c.dom.Document doc)
|
static java.lang.String |
normalizeContentType(java.lang.String contentType)
Normalize a content type specification. |
static org.w3c.dom.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(org.w3c.dom.Element elem)
|
static org.apache.axiom.soap.SOAPEnvelope |
toOMSOAPEnvelope(javax.xml.soap.SOAPMessage message)
Convert a SAAJ message to an Axiom SOAP envelope object and process xop:Include elements. |
| 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 org.w3c.dom.Document getDocumentFromSOAPEnvelope(org.apache.axiom.soap.SOAPEnvelope env)
env - An org.apache.axiom.soap.SOAPEnvelope instance
public static org.apache.axiom.soap.impl.dom.SOAPEnvelopeImpl toDOOMSOAPEnvelope(org.apache.axiom.soap.SOAPEnvelope env)
env - An org.apache.axiom.soap.SOAPEnvelope instance
public static org.apache.axiom.soap.SOAPEnvelope getSOAPEnvelopeFromDOOMDocument(org.w3c.dom.Document doc)
public static org.apache.axiom.soap.SOAPEnvelope toOMSOAPEnvelope(org.w3c.dom.Element elem)
public static org.apache.axiom.soap.SOAPEnvelope toOMSOAPEnvelope(javax.xml.soap.SOAPMessage message)
throws javax.xml.soap.SOAPException
message - the SAAJ message
javax.xml.soap.SOAPException
public static org.w3c.dom.Element toDOM(org.apache.axiom.om.OMElement element)
throws java.lang.Exception
element -
java.lang.Exceptionpublic static javax.xml.soap.MimeHeaders copyMimeHeaders(javax.xml.soap.MimeHeaders headers)
MimeHeaders object.
headers - the object to copy
MimeHeaders objectpublic static java.lang.String normalizeContentType(java.lang.String contentType)
contentType - the content type to normalize
public static boolean compareContentTypes(java.lang.String contentType1,
java.lang.String contentType2)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||