All Implemented Interfaces:
SOAPElement
All Known Implementing Classes:
SoapBodyXobj
A SOAPBody object contains SOAPBodyElement
objects, which have the content for the SOAP body.
A SOAPFault object, which carries status and/or
error information, is an example of a SOAPBodyElement object.
| Method from org.apache.xmlbeans.impl.soap.SOAPBody Summary: |
|---|
| addBodyElement, addDocument, addFault, addFault, addFault, getFault, hasFault |
| Method from org.apache.xmlbeans.impl.soap.SOAPBody Detail: |
|---|
SOAPBodyElement object with the
specified name and adds it to this SOAPBody object. |
Document to this
SOAPBody object.
Calling this method invalidates the |
SOAPFault object and adds it to
this SOAPBody object. |
SOAPFault object and adds it to this
SOAPBody object. The new SOAPFault will have a
faultcode element that is set to the faultCode
parameter and a faultstring set to faultstring. |
SOAPFault object and adds it to this
SOAPBody object. The new SOAPFault will have a
faultcode element that is set to the faultCode
parameter and a faultstring set to faultstring
and localized to locale. |
SOAPFault object in this SOAPBody
object. |
SOAPFault object exists in
this SOAPBody object. |