|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
SOAP envelope element wrapper - adds handy methods to add headers, validate etc.
NOTE: this interface provides a common abstraction over both SOAP 1.1 and SOAP 1.2 !
| Method Summary | |
SoapBody |
getBody()
If SOAP Body does not exist it will be added |
SoapHeader |
getHeader()
Return SOAP Header element if it exsits. |
SoapHeader |
getOrCreateHeader()
If SOAP Header does not exist it will be added (as first child of this Envelope) |
SoapEnvelope |
newEnvelope()
|
| Methods inherited from interface xsul.DataValidation |
validateData |
| Method Detail |
public SoapEnvelope newEnvelope()
throws SoapException
SoapException
public SoapBody getBody()
throws SoapException
SoapException
public SoapHeader getHeader()
throws SoapException
SoapException
public SoapHeader getOrCreateHeader()
throws SoapException
SoapException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||