Spring Web Services Framework

Package org.springframework.ws

Provides the core functionality of the Spring Web Services framework.

See:
          Description

Interface Summary
FaultAwareWebServiceMessage Sub-interface of WebServiceMessage that can contain special Fault messages.
WebServiceMessage Represents a protocol-agnostic XML message.
WebServiceMessageFactory The WebServiceMessageFactory serves as a factory for WebServiceMessages.
 

Exception Summary
InvalidXmlException Exception thrown when a WebServiceMessageFactory cannot parse the XML passed on to WebServiceMessageFactory.createWebServiceMessage(java.io.InputStream).
NoEndpointFoundException Exception thrown when an endpoint cannot be resolved for an incoming message request.
WebServiceException Root of the hierarchy of Web Service exceptions.
WebServiceMessageException Base class for all web service message exceptions.
 

Package org.springframework.ws Description

Provides the core functionality of the Spring Web Services framework.


Spring Web Services Framework

Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.