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 |
SoapMessage.getSoapBody()
Returns the
SoapBody associated with this SoapMessage . |
SoapBody |
AbstractSoapMessage.getSoapBody()
Returns
getEnvelope().getBody() . |
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 © 2020 Pivotal Software. All rights reserved.