Uses of Interface
javax.xml.soap.SOAPBodyElement
-
Packages that use SOAPBodyElement Package Description javax.xml.soap org.apache.axis.message -
-
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(Name name)
Creates a newSOAPBodyElement
object with the specified name and adds it to thisSOAPBody
object.SOAPBodyElement
SOAPBody. addDocument(org.w3c.dom.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 SOAPBodyElement Modifier and Type Class Description class
InputStreamBody
class
RPCElement
class
SOAPBodyElement
A Body element.class
SOAPFault
A Fault body element.Methods in org.apache.axis.message that return SOAPBodyElement Modifier and Type Method Description SOAPBodyElement
SOAPBody. addBodyElement(Name name)
SOAPBodyElement
SOAPBody. addDocument(org.w3c.dom.Document document)
-