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 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(javax.xml.namespace.QName qname)Creates a newSOAPBodyElementobject with the specified QName and adds it to thisSOAPBodyobject.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.
-