|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SOAPBodyElement | |
---|---|
javax.xml.soap | |
org.apache.axis2.saaj |
Uses of SOAPBodyElement in javax.xml.soap |
---|
Subinterfaces of SOAPBodyElement in javax.xml.soap | |
---|---|
interface |
SOAPFault
An element in the SOAPBody object that contains error and/or status information. |
Methods in javax.xml.soap that return SOAPBodyElement | |
---|---|
SOAPBodyElement |
SOAPBody.addBodyElement(Name name)
Creates a new SOAPBodyElement object with the specified name and adds it to this
SOAPBody object. |
SOAPBodyElement |
SOAPBody.addBodyElement(QName qname)
|
SOAPBodyElement |
SOAPBody.addDocument(org.w3c.dom.Document document)
Adds the root node of the DOM Document to this SOAPBody object. |
Uses of SOAPBodyElement in org.apache.axis2.saaj |
---|
Classes in org.apache.axis2.saaj that implement SOAPBodyElement | |
---|---|
class |
SOAPBodyElementImpl
|
class |
SOAPFaultImpl
|
Methods in org.apache.axis2.saaj that return SOAPBodyElement | |
---|---|
SOAPBodyElement |
SOAPBodyImpl.addBodyElement(Name name)
Creates a new SOAPBodyElement object with the specified name and adds it to this
SOAPBody object. |
SOAPBodyElement |
SOAPBodyImpl.addBodyElement(QName qname)
Creates a new SOAPBodyElement object with the specified name and adds it to this
SOAPBody object. |
SOAPBodyElement |
SOAPBodyImpl.addDocument(org.w3c.dom.Document document)
Adds the root node of the DOM Document to this SOAPBody object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |