Spring Web Services Framework

Package org.springframework.ws.soap

Provides the SOAP functionality of the Spring Web Services framework.

See:
          Description

Interface Summary
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.
 

Class Summary
AbstractSoapMessage Abstract implementation of the SoapMessage interface.
 

Exception Summary
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.
 

Package org.springframework.ws.soap Description

Provides the SOAP functionality of the Spring Web Services framework. Contains the SoapMessage and related interfaces.


Spring Web Services Framework

Copyright � 2005-2008 The Spring Web Services Framework. All Rights Reserved.