|
Spring Web Services Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SoapBody | |
---|---|
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. |
Uses of SoapBody in org.springframework.ws.soap |
---|
Methods in org.springframework.ws.soap that return SoapBody | |
---|---|
SoapBody |
SoapEnvelope.getBody()
Returns the SoapBody . |
SoapBody |
SoapMessage.getSoapBody()
Returns the SoapBody associated with this SoapMessage . |
SoapBody |
AbstractSoapMessage.getSoapBody()
Returns getEnvelope().getBody() . |
Uses of SoapBody in org.springframework.ws.soap.soap11 |
---|
Subinterfaces of SoapBody in org.springframework.ws.soap.soap11 | |
---|---|
interface |
Soap11Body
Subinterface of SoapBody that exposes SOAP 1.1 functionality. |
Uses of SoapBody in org.springframework.ws.soap.soap12 |
---|
Subinterfaces of SoapBody in org.springframework.ws.soap.soap12 | |
---|---|
interface |
Soap12Body
Subinterface of SoapBody that exposes SOAP 1.2 functionality. |
|
Spring Web Services Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |