Uses of Interface
org.springframework.ws.soap.SoapVersion
Package
Description
Provides the SOAP functionality of the Spring Web Services framework.
SOAP with Attachments API for Java (SAAJ) support for Spring-WS soap message infrastructure.
-
Uses of SoapVersion in org.springframework.ws.soap
Modifier and TypeFieldDescriptionstatic final SoapVersion
SoapVersion.SOAP_11
Represents version 1.1 of the SOAP specification.static final SoapVersion
SoapVersion.SOAP_12
Represents version 1.2 of the SOAP specification.Modifier and TypeMethodDescriptionAbstractSoapMessage.getVersion()
SoapMessage.getVersion()
Returns the SOAP version of this message.Modifier and TypeMethodDescriptionvoid
SoapMessageFactory.setSoapVersion
(SoapVersion version) Sets the SOAP Version used by this factory. -
Uses of SoapVersion in org.springframework.ws.soap.saaj
Modifier and TypeMethodDescriptionvoid
SaajSoapMessageFactory.setSoapVersion
(SoapVersion version)