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 SOAPBody getBody(SOAPMessage m)
           
static SOAPHeader getHeader(SOAPMessage m)
           
static void setFaultCode(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 SOAPHeader getHeader(SOAPMessage m)
                            throws SOAPException
Throws:
SOAPException

getBody

public static SOAPBody getBody(SOAPMessage m)
                        throws SOAPException
Throws:
SOAPException

setFaultCode

public static void setFaultCode(SOAPFault f,
                                QName code)
                         throws SOAPException
Throws:
SOAPException

Apache CXF API

Apache CXF