public interface SoapEnvelope extends SoapElement
Envelope
element in a SOAP message. The header contains the optional
SoapHeader
and SoapBody
.Modifier and Type | Method and Description |
---|---|
SoapBody |
getBody()
Returns the
SoapBody . |
SoapHeader |
getHeader()
Returns the
SoapHeader . |
addAttribute, addNamespaceDeclaration, getAllAttributes, getAttributeValue, getName, getSource, removeAttribute
SoapHeader getHeader() throws SoapHeaderException
SoapHeader
. Returns null
if no header is present.SoapHeader
, or null
SoapHeaderException
- if the header cannot be returnedSoapBody getBody() throws SoapBodyException
SoapBody
.SoapBody
SoapBodyException
- if the header cannot be returnedCopyright © 2018 Pivotal Software. All rights reserved.