Package org.apache.cxf.binding.soap.saaj
Class SAAJUtils
java.lang.Object
org.apache.cxf.binding.soap.saaj.SAAJUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic ElementadjustPrefix(Element e, String prefix) static jakarta.xml.soap.SOAPBodygetBody(jakarta.xml.soap.SOAPMessage m) static jakarta.xml.soap.SOAPHeadergetHeader(jakarta.xml.soap.SOAPMessage m) static voidsetFaultCode(jakarta.xml.soap.SOAPFault f, QName code)
-
Method Details
-
getHeader
public static jakarta.xml.soap.SOAPHeader getHeader(jakarta.xml.soap.SOAPMessage m) throws jakarta.xml.soap.SOAPException - Throws:
jakarta.xml.soap.SOAPException
-
getBody
public static jakarta.xml.soap.SOAPBody getBody(jakarta.xml.soap.SOAPMessage m) throws jakarta.xml.soap.SOAPException - Throws:
jakarta.xml.soap.SOAPException
-
setFaultCode
public static void setFaultCode(jakarta.xml.soap.SOAPFault f, QName code) throws jakarta.xml.soap.SOAPException - Throws:
jakarta.xml.soap.SOAPException
-
adjustPrefix
-