Uses of Interface
javax.xml.soap.SOAPBodyElement
-
-
Uses of SOAPBodyElement in javax.xml.soap
Subinterfaces of SOAPBodyElement in javax.xml.soap Modifier and Type Interface Description interface
SOAPFault
An element in theSOAPBody
object that contains error and/or status information.Methods in javax.xml.soap that return SOAPBodyElement Modifier and Type Method Description SOAPBodyElement
SOAPBody. addBodyElement(QName qname)
Creates a newSOAPBodyElement
object with the specified QName and adds it to thisSOAPBody
object.SOAPBodyElement
SOAPBody. addBodyElement(Name name)
Creates a newSOAPBodyElement
object with the specified name and adds it to thisSOAPBody
object.SOAPBodyElement
SOAPBody. addDocument(Document document)
Adds the root node of the DOMDocument
to thisSOAPBody
object.
-