Package | Description |
---|---|
javax.xml.soap | |
org.apache.axis.message |
Modifier and Type | Interface and Description |
---|---|
interface |
SOAPFault
An element in the
SOAPBody object that contains
error and/or status information. |
Modifier and Type | Method and Description |
---|---|
SOAPBodyElement |
SOAPBody.addBodyElement(Name name)
Creates a new
SOAPBodyElement object with the
specified name and adds it to this SOAPBody object. |
SOAPBodyElement |
SOAPBody.addDocument(Document document)
Adds the root node of the DOM
Document to this
SOAPBody object. |
Modifier and Type | Class and Description |
---|---|
class |
InputStreamBody |
class |
RPCElement |
class |
SOAPBodyElement
A Body element.
|
class |
SOAPFault
A Fault body element.
|
Modifier and Type | Method and Description |
---|---|
SOAPBodyElement |
SOAPBody.addBodyElement(Name name) |
SOAPBodyElement |
SOAPBody.addDocument(Document document) |
Copyright © The Apache Software Foundation. All Rights Reserved.