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 | Method and Description |
---|---|
SoapHeader |
SoapEnvelope.getHeader()
Returns the
SoapHeader . |
SoapHeader |
SoapMessage.getSoapHeader()
Returns the
SoapHeader associated with this SoapMessage . |
SoapHeader |
AbstractSoapMessage.getSoapHeader()
Returns
getEnvelope().getHeader() . |
Modifier and Type | Interface and Description |
---|---|
interface |
Soap11Header
Subinterface of
SoapHeader that exposes SOAP 1.1 functionality. |
Modifier and Type | Interface and Description |
---|---|
interface |
Soap12Header
Subinterface of
SoapHeader that exposes SOAP 1.2 functionality. |
Copyright © 2020 Pivotal Software. All rights reserved.