nl.knowledgeplaza.soaptools.utils
Class DOMSoap
java.lang.Object
nl.knowledgeplaza.soaptools.utils.DOMSoap
public class DOMSoap
- extends Object
This DOMSOAP is an utility class to convert from/to a SOAPBody to a DOM4J document
- Author:
- S. Pluym @ Knowledgeplaza
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DOMSoap
public DOMSoap()
SOAP2DOM
public static org.dom4j.Document SOAP2DOM(javax.xml.soap.SOAPBody msg)
- Converts from SOAPBody to Dom4j document
- Parameters:
msg -
- Returns:
DOM2SOAP
public static javax.xml.soap.SOAPBody DOM2SOAP(org.dom4j.Document doc)
- Converts from Dom4j document to Soapbody
- Parameters:
doc -
- Returns:
Copyright © 2013 KnowledgePlaza. All Rights Reserved.