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 interfaceSOAPFaultAn element in theSOAPBodyobject that contains error and/or status information.Methods in javax.xml.soap that return SOAPBodyElement Modifier and Type Method Description SOAPBodyElementSOAPBody. addBodyElement(Name name)Creates a newSOAPBodyElementobject with the specified name and adds it to thisSOAPBodyobject.SOAPBodyElementSOAPBody. addDocument(org.w3c.dom.Document document)Adds the root node of the DOMDocumentto thisSOAPBodyobject. -
Uses of SOAPBodyElement in org.apache.axis.message
Classes in org.apache.axis.message that implement SOAPBodyElement Modifier and Type Class Description classInputStreamBodyclassRPCElementclassSOAPBodyElementA Body element.classSOAPFaultA Fault body element.Methods in org.apache.axis.message that return SOAPBodyElement Modifier and Type Method Description SOAPBodyElementSOAPBody. addBodyElement(Name name)SOAPBodyElementSOAPBody. addDocument(org.w3c.dom.Document document)
-