public final class SOAPUtils extends Object
Modifier and Type | Method and Description |
---|---|
static SOAPBodyElement |
getFirstSOAPBodyElement(SOAPBody soapBody) |
static boolean |
isFaultMessage(SOAPMessage msg) |
static Name |
newName(QName faultCode,
SOAPEnvelope soapEnvelope) |
static SOAPFactory |
newSOAP11Factory() |
static MessageFactory |
newSOAP11MessageFactory() |
static SOAPFactory |
newSOAP12Factory() |
static MessageFactory |
newSOAP12MessageFactory() |
static SOAPConnectionFactory |
newSOAPConnectionFactory() |
static QName |
toQName(Name name) |
public static MessageFactory newSOAP11MessageFactory()
public static MessageFactory newSOAP12MessageFactory()
public static SOAPFactory newSOAP11Factory()
public static SOAPFactory newSOAP12Factory()
public static SOAPConnectionFactory newSOAPConnectionFactory() throws SOAPException
SOAPException
public static SOAPBodyElement getFirstSOAPBodyElement(SOAPBody soapBody)
public static boolean isFaultMessage(SOAPMessage msg)
public static Name newName(QName faultCode, SOAPEnvelope soapEnvelope) throws SOAPException
SOAPException
Copyright © 2018 JBoss by Red Hat. All rights reserved.