Uses of Interface
jakarta.xml.soap.SOAPBodyElement
-
Uses of SOAPBodyElement in jakarta.xml.soap
Modifier and TypeInterfaceDescriptioninterface
An element in theSOAPBody
object that contains error and/or status information.Modifier and TypeMethodDescriptionSOAPBody.addBodyElement
(Name name) Creates a newSOAPBodyElement
object with the specified name and adds it to thisSOAPBody
object.SOAPBody.addBodyElement
(QName qname) Creates a newSOAPBodyElement
object with the specified QName and adds it to thisSOAPBody
object.SOAPBody.addDocument
(Document document) Adds the root node of the DOMDocument
to thisSOAPBody
object.