public final class SAAJUtils extends Object
Modifier and Type | Method and Description |
---|---|
static javax.xml.soap.SOAPBody |
getBody(javax.xml.soap.SOAPMessage m) |
static javax.xml.soap.SOAPHeader |
getHeader(javax.xml.soap.SOAPMessage m) |
static void |
setFaultCode(javax.xml.soap.SOAPFault f,
QName code) |
public static javax.xml.soap.SOAPHeader getHeader(javax.xml.soap.SOAPMessage m) throws javax.xml.soap.SOAPException
javax.xml.soap.SOAPException
public static javax.xml.soap.SOAPBody getBody(javax.xml.soap.SOAPMessage m) throws javax.xml.soap.SOAPException
javax.xml.soap.SOAPException
public static void setFaultCode(javax.xml.soap.SOAPFault f, QName code) throws javax.xml.soap.SOAPException
javax.xml.soap.SOAPException
Apache CXF