| Package | Description |
|---|---|
| org.springframework.ws.mime |
Provides MIME functionality for use the Spring Web Services framework.
|
| 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 | Class and Description |
|---|---|
class |
AbstractMimeMessage
Abstract implementation of the
MimeMessage interface. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SoapMessage
Represents an abstraction for SOAP messages, providing access to a SOAP Envelope.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSoapMessage
Abstract implementation of the
SoapMessage interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
AxiomSoapMessage
AXIOM-specific implementation of the
SoapMessage interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
SaajSoapMessage
SAAJ-specific implementation of the
SoapMessage interface. |
Copyright © 2023 VMware, Inc.. All rights reserved.