Package | Description |
---|---|
org.springframework.ws.soap |
Provides the SOAP functionality of the Spring Web Services framework.
|
org.springframework.ws.soap.soap11 |
Contains interfaces specific to SOAP 1.1.
|
org.springframework.ws.soap.soap12 |
Contains interfaces specific to SOAP 1.2.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SoapBody
Represents the
Body element in a SOAP message. |
interface |
SoapEnvelope
Represents the
Envelope element in a SOAP message. |
interface |
SoapFault
Represents the
Fault element in the body of a SOAP message. |
interface |
SoapFaultDetail
Represents the
detail element in a SOAP fault. |
interface |
SoapFaultDetailElement
Represents the content for an individual SOAP detail entry in a SOAP Message.
|
interface |
SoapHeader
Represents the
Header element in a SOAP message. |
interface |
SoapHeaderElement
Represents the contents of an individual SOAP header in the a SOAP message.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Soap11Body
Subinterface of
SoapBody that exposes SOAP 1.1 functionality. |
interface |
Soap11Fault
Subinterface of
SoapFault that exposes SOAP 1.1 functionality. |
interface |
Soap11Header
Subinterface of
SoapHeader that exposes SOAP 1.1 functionality. |
Modifier and Type | Interface and Description |
---|---|
interface |
Soap12Body
Subinterface of
SoapBody that exposes SOAP 1.2 functionality. |
interface |
Soap12Fault
Subinterface of
SoapFault that exposes SOAP 1.2 functionality. |
interface |
Soap12Header
Subinterface of
SoapHeader that exposes SOAP 1.2 functionality. |
Copyright © 2020 Pivotal Software. All rights reserved.