Uses of Interface
javax.xml.soap.SOAPBodyElement
Packages that use SOAPBodyElement
-
Uses of SOAPBodyElement in javax.xml.soap
Subinterfaces of SOAPBodyElement in javax.xml.soapModifier and TypeInterfaceDescriptioninterface
An element in theSOAPBody
object that contains error and/or status information.Methods in javax.xml.soap that return SOAPBodyElementModifier and TypeMethodDescriptionSOAPBody.addBodyElement
(Name name) Creates a newSOAPBodyElement
object with the specified name and adds it to thisSOAPBody
object.SOAPBody.addDocument
(Document document) Adds the root node of the DOMDocument
to thisSOAPBody
object. -
Uses of SOAPBodyElement in org.apache.axis.message
Classes in org.apache.axis.message that implement SOAPBodyElementModifier and TypeClassDescriptionclass
class
class
A Body element.class
A Fault body element.Methods in org.apache.axis.message that return SOAPBodyElementModifier and TypeMethodDescriptionSOAPBody.addBodyElement
(Name name) SOAPBody.addDocument
(Document document)