Package org.springframework.ws.soap
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Interfaces
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.
Classes
AbstractSoapMessage Abstract implementation of the SoapMessage interface.
Exceptions
SoapBodyException Exception thrown when a SOAP body could not be accessed.
SoapElementException Exception thrown when a SOAP element could not be accessed.
SoapEnvelopeException Exception thrown when a SOAP body could not be accessed.
SoapFaultException Exception thrown when a SOAP fault could not be accessed.
SoapHeaderException Exception thrown when a SOAP header could not be accessed.
SoapMessageCreationException Exception thrown when a web service message cannot be created.
SoapMessageException Base class for all SOAP message exceptions.
Provides the SOAP functionality of the Spring Web Services framework. Contains the SoapMessage and related interfaces.