Package org.springframework.ws.soap
package org.springframework.ws.soap
Provides the SOAP functionality of the Spring Web Services framework. Contains the SoapMessage and related interfaces.
-
ClassDescriptionAbstract implementation of the
SoapMessage
interface.Represents theBody
element in a SOAP message.Exception thrown when a SOAP body could not be accessed.The base interface for all elements that are contained in a SOAP message.Exception thrown when a SOAP element could not be accessed.Represents theEnvelope
element in a SOAP message.Exception thrown when a SOAP body could not be accessed.Represents theFault
element in the body of a SOAP message.Represents thedetail
element in a SOAP fault.Represents the content for an individual SOAP detail entry in a SOAP Message.Exception thrown when a SOAP fault could not be accessed.Represents theHeader
element in a SOAP message.Represents the contents of an individual SOAP header in the a SOAP message.Exception thrown when a SOAP header could not be accessed.Represents an abstraction for SOAP messages, providing access to a SOAP Envelope.Exception thrown when a web service message cannot be created.Base class for all SOAP message exceptions.Sub-interface ofWebServiceMessageFactory
which contains SOAP-specific properties and methods.Interface that defines a specific version of the SOAP specification.