public final class SAAJUtils extends Object
Modifier and Type | Method and Description |
---|---|
static Element |
adjustPrefix(Element e,
String prefix) |
static SOAPBody |
getBody(SOAPMessage m) |
static SOAPHeader |
getHeader(SOAPMessage m) |
static void |
setFaultCode(SOAPFault f,
QName code) |
public static SOAPHeader getHeader(SOAPMessage m) throws SOAPException
SOAPException
public static SOAPBody getBody(SOAPMessage m) throws SOAPException
SOAPException
public static void setFaultCode(SOAPFault f, QName code) throws SOAPException
SOAPException
Apache CXF