All Implemented Interfaces:
SOAPElement
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 javax.xml.soap.SOAPBody Summary: |
---|
addBodyElement, addBodyElement, addDocument, addFault, addFault, addFault, addFault, addFault, extractContentAsDocument, getFault, hasFault |
Method from javax.xml.soap.SOAPBody Detail: |
---|
SOAPBodyElement object with the specified
name and adds it to this SOAPBody object. |
SOAPBodyElement object with the specified
QName and adds it to this SOAPBody object. |
org.w3c.dom.Document
to this SOAPBody object.
Calling this method invalidates the |
SOAPFault object and adds it to
this SOAPBody object. The new SOAPFault will
have default values set for the mandatory child elements. The type of
the SOAPFault will be a SOAP 1.1 or a SOAP 1.2 SOAPFault
depending on the protocol specified while creating the
MessageFactory instance.
A |
SOAPFault object and adds it to this
SOAPBody object. The type of the SOAPFault
will be a SOAP 1.1 or a SOAP 1.2 SOAPFault depending on
the protocol specified while creating the MessageFactory
instance.
For SOAP 1.2 the
In case of a SOAP 1.2 fault, the default value for the mandatory
A |
SOAPFault object and adds it to this SOAPBody
object. The type of the SOAPFault
will be a SOAP 1.1 or a SOAP 1.2 SOAPFault depending on
the protocol specified while creating the MessageFactory
instance.
For SOAP 1.2 the
In case of a SOAP 1.2 fault, the default value for the mandatory
A |
SOAPFault object and adds it to
this SOAPBody object. The type of the
SOAPFault will be a SOAP 1.1 or a SOAP 1.2
SOAPFault depending on the protocol
specified while creating the MessageFactory instance.
For SOAP 1.2 the
A |
SOAPFault object and adds it to this
SOAPBody object. The type of the SOAPFault
will be a SOAP 1.1 or a SOAP 1.2 SOAPFault depending on
the protocol specified while creating the MessageFactory
instance.
For SOAP 1.2 the
A |
org.w3c.dom.Document and sets
the first child of this SOAPBody as it's document
element. The child SOAPElement is removed as part of the
process. |
SOAPFault object in this SOAPBody
object. |
SOAPFault object exists in this
SOAPBody object. |