Package org.springframework.ws.server


package org.springframework.ws.server
Contains classes for server-side Spring-WS support.
  • Class
    Description
    Interface that must be implemented for each endpoint type to handle a message request.
    Defines the interface for objects than can resolve exceptions thrown during endpoint execution.
    Workflow interface that allows for customized endpoint invocation chains.
    Endpoint invocation chain, consisting of an endpoint object and any preprocessing interceptors.
    Defines a mapping between message requests and endpoint objects.
    Central dispatcher for use within Spring-WS, dispatching Web service messages to registered endpoints.
    Extension of the EndpointInterceptor interface that adds a way to decide whether the interceptor should intercept a given message context.