org.pfsw.tools.beluga.ldap.server
Interface IResponseInterceptor
- All Known Implementing Classes:
- DelayResponseInterceptor, ResponseInterceptorChain
public interface IResponseInterceptor
Used to handle somehow response messages before they are sent to the client.
- Version:
- 1.0
- Author:
- Manfred Duchrow
handleResponse
ResponseMessage handleResponse(ResponseMessage responseMessage)
- Handles the response and returns a response object that should be passed to
the next interceptor in the interceptor chain. This can also be the same
response message that was passed in to the method.
- Parameters:
responseMessage
- The current response
- Returns:
- The response to pass on
Copyright © 2012 Manfred Duchrow Consulting & Software. All Rights Reserved.