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_11
Represents version 1.1 of the SOAP specification.
|
static SoapVersion |
SoapVersion.SOAP_12
Represents version 1.2 of the SOAP specification.
|
Modifier and Type | Method and Description |
---|---|
SoapVersion |
SoapMessage.getVersion()
Returns the SOAP version of this message.
|
SoapVersion |
AbstractSoapMessage.getVersion() |
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 © 2020 Pivotal Software. All rights reserved.