Class SAAJUtils

java.lang.Object
org.apache.cxf.binding.soap.saaj.SAAJUtils

public final class SAAJUtils extends Object
  • 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

      public static Element adjustPrefix(Element e, String prefix)