| Package | Description |
|---|---|
| org.springframework.ws.soap |
Provides the SOAP functionality of the Spring Web Services framework.
|
| org.springframework.ws.soap.axiom |
AXis Object Model (AXIOM) support for Spring-WS' soap message infrastructure.
|
| org.springframework.ws.soap.saaj |
SOAP with Attachments API for Java (SAAJ) support for Spring-WS soap message infrastructure.
|
| Modifier and Type | Method and Description |
|---|---|
SoapEnvelope |
SoapMessage.getEnvelope()
Returns the
SoapEnvelope associated with this SoapMessage. |
| Modifier and Type | Method and Description |
|---|---|
SoapEnvelope |
AxiomSoapMessage.getEnvelope() |
| Modifier and Type | Method and Description |
|---|---|
SoapEnvelope |
SaajSoapMessage.getEnvelope() |
Copyright © 2017 Pivotal Software. All rights reserved.