Uses of Interface
org.springframework.ws.soap.SoapBody
Packages that use SoapBody
Package
Description
Provides the SOAP functionality of the Spring Web Services framework.
Contains interfaces specific to SOAP 1.1.
Contains interfaces specific to SOAP 1.2.
-
Uses of SoapBody in org.springframework.ws.soap
Methods in org.springframework.ws.soap that return SoapBodyModifier and TypeMethodDescriptionSoapEnvelope.getBody()
Returns theSoapBody
.final SoapBody
AbstractSoapMessage.getSoapBody()
ReturnsgetEnvelope().getBody()
.SoapMessage.getSoapBody()
Returns theSoapBody
associated with thisSoapMessage
. -
Uses of SoapBody in org.springframework.ws.soap.soap11
Subinterfaces of SoapBody in org.springframework.ws.soap.soap11Modifier and TypeInterfaceDescriptioninterface
Subinterface ofSoapBody
that exposes SOAP 1.1 functionality. -
Uses of SoapBody in org.springframework.ws.soap.soap12
Subinterfaces of SoapBody in org.springframework.ws.soap.soap12Modifier and TypeInterfaceDescriptioninterface
Subinterface ofSoapBody
that exposes SOAP 1.2 functionality.