Package org.apache.axis2.jaxws.util
Class SoapUtils
- java.lang.Object
-
- org.apache.axis2.jaxws.util.SoapUtils
-
public class SoapUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description SoapUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static OMElement
getOMElement(SOAPEnvelope response)
static SOAPFactory
getSoapFactory(String soapVersionURI)
-
-
-
Method Detail
-
getOMElement
public static OMElement getOMElement(SOAPEnvelope response)
-
getSoapFactory
public static SOAPFactory getSoapFactory(String soapVersionURI)
-
-