Apache CXF API

org.apache.cxf.binding.soap.saaj
Class SAAJUtils

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

public final class SAAJUtils
extends Object


Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

Apache CXF API

Apache CXF