|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SoapEnvelope
Represents the Envelope
element in a SOAP message. The header contains the optional
SoapHeader
and SoapBody
.
Method Summary | |
---|---|
SoapBody |
getBody()
Returns the SoapBody . |
SoapHeader |
getHeader()
Returns the SoapHeader . |
Methods inherited from interface org.springframework.ws.soap.SoapElement |
---|
addAttribute, addNamespaceDeclaration, getAllAttributes, getAttributeValue, getName, getSource, removeAttribute |
Method Detail |
---|
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 returned
|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |