| Package | Description |
|---|---|
| org.springframework.ws.soap |
Provides the SOAP functionality of the Spring Web Services framework.
|
| org.springframework.ws.soap.soap11 |
Contains interfaces specific to SOAP 1.1.
|
| org.springframework.ws.soap.soap12 |
Contains interfaces specific to SOAP 1.2.
|
| Modifier and Type | Method and Description |
|---|---|
SoapBody |
SoapEnvelope.getBody()
Returns the
SoapBody. |
SoapBody |
AbstractSoapMessage.getSoapBody()
Returns
getEnvelope().getBody(). |
SoapBody |
SoapMessage.getSoapBody()
Returns the
SoapBody associated with this SoapMessage. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Soap11Body
Subinterface of
SoapBody that exposes SOAP 1.1 functionality. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Soap12Body
Subinterface of
SoapBody that exposes SOAP 1.2 functionality. |
Copyright © 2023 VMware, Inc.. All rights reserved.