Package org.apache.cxf.binding.soap.saaj
Class SAAJUtils
- java.lang.Object
-
- org.apache.cxf.binding.soap.saaj.SAAJUtils
-
public final class SAAJUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ElementadjustPrefix(Element e, String prefix)static javax.xml.soap.SOAPBodygetBody(javax.xml.soap.SOAPMessage m)static javax.xml.soap.SOAPHeadergetHeader(javax.xml.soap.SOAPMessage m)static voidsetFaultCode(javax.xml.soap.SOAPFault f, QName code)
-
-
-
Method Detail
-
getHeader
public static javax.xml.soap.SOAPHeader getHeader(javax.xml.soap.SOAPMessage m) throws javax.xml.soap.SOAPException- Throws:
javax.xml.soap.SOAPException
-
getBody
public static javax.xml.soap.SOAPBody getBody(javax.xml.soap.SOAPMessage m) throws javax.xml.soap.SOAPException- Throws:
javax.xml.soap.SOAPException
-
setFaultCode
public static void setFaultCode(javax.xml.soap.SOAPFault f, QName code) throws javax.xml.soap.SOAPException- Throws:
javax.xml.soap.SOAPException
-
-