| Package | Description |
|---|---|
| org.springframework.ws.soap |
Provides the SOAP functionality of the Spring Web Services framework.
|
| org.springframework.ws.soap.addressing.messageid |
Contains various strategies for generating WS-Addressing MessageIDs.
|
| org.springframework.ws.soap.addressing.version |
Contains abstractions over various versions of the WS-Addressing specification.
|
| org.springframework.ws.soap.axiom |
AXis Object Model (AXIOM) support for Spring-WS' soap message infrastructure.
|
| org.springframework.ws.soap.client |
Contains classes for SOAP-specific client-side Spring-WS support.
|
| org.springframework.ws.soap.saaj |
SOAP with Attachments API for Java (SAAJ) support for Spring-WS soap message infrastructure.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSoapMessage
Abstract implementation of the
SoapMessage interface. |
| Modifier and Type | Method and Description |
|---|---|
SoapMessage |
SoapMessageFactory.createWebServiceMessage()
Creates a new, empty
SoapMessage. |
SoapMessage |
SoapMessageFactory.createWebServiceMessage(InputStream inputStream)
Reads a
SoapMessage from the given input stream. |
| Modifier and Type | Method and Description |
|---|---|
URI |
UuidMessageIdStrategy.newMessageId(SoapMessage message) |
URI |
MessageIdStrategy.newMessageId(SoapMessage message)
Returns a new WS-Addressing
MessageID for the given SoapMessage. |
| Modifier and Type | Class and Description |
|---|---|
class |
AxiomSoapMessage
AXIOM-specific implementation of the
SoapMessage interface. |
| Constructor and Description |
|---|
SoapFaultClientException(SoapMessage faultMessage)
Create a new instance of the
SoapFaultClientException class. |
| Modifier and Type | Class and Description |
|---|---|
class |
SaajSoapMessage
SAAJ-specific implementation of the
SoapMessage interface. |
Copyright © 2023 VMware, Inc.. All rights reserved.