org.apache.cxf.binding.soap.saaj
Class SAAJUtils
java.lang.Object
org.apache.cxf.binding.soap.saaj.SAAJUtils
public final class SAAJUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Apache CXF