Package | Description |
---|---|
javax.xml.soap | |
org.apache.axis | |
org.apache.axis.message |
Modifier and Type | Method and Description |
---|---|
SOAPBody |
SOAPEnvelope.addBody()
Creates a
SOAPBody object and sets it as the
SOAPBody object for this
SOAPEnvelope object. |
SOAPBody |
SOAPEnvelope.getBody()
Returns the
SOAPBody object associated with
this SOAPEnvelope object. |
SOAPBody |
SOAPMessage.getSOAPBody()
Gets the SOAP Body contained in this
SOAPMessage object. |
Modifier and Type | Method and Description |
---|---|
SOAPBody |
Message.getSOAPBody() |
Modifier and Type | Class and Description |
---|---|
class |
SOAPBody
Holder for body elements.
|
Modifier and Type | Method and Description |
---|---|
SOAPBody |
SOAPEnvelope.addBody()
Add a soap body if one does not exist
|
SOAPBody |
SOAPEnvelope.getBody()
Get the soap body
|
Copyright © The Apache Software Foundation. All Rights Reserved.