Package org.springframework.ws.soap
SinceNot specified.
VersionNot specified.
AuthorNot specified.
| SoapBody |
Represents the Body element in a SOAP message. |
| SoapElement |
The base interface for all elements that are contained in a SOAP message. |
| SoapEnvelope |
Represents the Envelope element in a SOAP message. |
| SoapFault |
Represents the Fault element in the body of a SOAP message. |
| SoapFaultDetail |
Represents the detail element in a SOAP fault. |
| SoapFaultDetailElement |
Represents the content for an individual SOAP detail entry in a SOAP Message. |
| SoapHeader |
Represents the Header element in a SOAP message. |
| SoapHeaderElement |
Represents the contents of an individual SOAP header in the a SOAP message. |
| SoapMessage |
Represents an abstraction for SOAP messages, providing access to a SOAP Envelope. |
| SoapMessageFactory |
Sub-interface of WebServiceMessageFactory which contains SOAP-specific properties and methods. |
| SoapVersion |
Interface that defines a specific version of the SOAP specification. |
Provides the SOAP functionality of the Spring Web Services framework. Contains the SoapMessage and related interfaces.