Spring Web Services Framework

Package org.springframework.ws.server

Contains classes for server-side Spring-WS support.

See:
          Description

Interface Summary
EndpointAdapter Interface that must be implemented for each endpoint type to handle a message request.
EndpointExceptionResolver Defines the interface for objects than can resolve exceptions thrown during endpoint execution, resulting in SOAP messages.
EndpointInterceptor Workflow interface that allows for customized endpoint invocation chains.
EndpointMapping Defines a mapping between message requests and endpoint objects.
 

Class Summary
EndpointInvocationChain Endpoint invocation chain, consisting of an endpoint object and any preprocessing interceptors.
MessageDispatcher Central dispatcher for use within Spring-WS, dispatching Web service messages to registered endpoints.
 

Package org.springframework.ws.server Description

Contains classes for server-side Spring-WS support.


Spring Web Services Framework

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