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.
EndpointInterceptor Workflow interface that allows for customized endpoint invocation chains.
EndpointMapping Defines a mapping between message requests and endpoint objects.
SmartEndpointInterceptor Extension of the EndpointInterceptor interface that adds a way to decide whether the interceptor should intercept a given message context.
 

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-2013 The Spring Web Services Framework. All Rights Reserved.