See: Description
Interface | Description |
---|---|
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 | Description |
---|---|
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.
|
Copyright © 2020 Pivotal Software. All rights reserved.