| Package | Description | 
|---|---|
| org.springframework.ws.soap | Provides the SOAP functionality of the Spring Web Services framework. | 
| org.springframework.ws.soap.axiom | AXis Object Model (AXIOM) support for Spring-WS' soap message infrastructure. | 
| org.springframework.ws.soap.saaj | SOAP with Attachments API for Java (SAAJ) support for Spring-WS soap message infrastructure. | 
| Modifier and Type | Field and Description | 
|---|---|
| static SoapVersion | SoapVersion. SOAP_11Represents version 1.1 of the SOAP specification. | 
| static SoapVersion | SoapVersion. SOAP_12Represents version 1.2 of the SOAP specification. | 
| Modifier and Type | Method and Description | 
|---|---|
| SoapVersion | AbstractSoapMessage. getVersion() | 
| SoapVersion | SoapMessage. getVersion()Returns the SOAP version of this message. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SoapMessageFactory. setSoapVersion(SoapVersion version)Sets the SOAP Version used by this factory. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AxiomSoapMessageFactory. setSoapVersion(SoapVersion version) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SaajSoapMessageFactory. setSoapVersion(SoapVersion version) | 
Copyright © 2023 VMware, Inc.. All rights reserved.