public interface ServiceFilter
Modifier and Type | Method and Description |
---|---|
void |
handleRequest(ServiceFilterRequest request,
NextServiceFilterCallback nextServiceFilterCallback,
ServiceFilterResponseCallback responseCallback)
Method to handle the requests
|
void handleRequest(ServiceFilterRequest request, NextServiceFilterCallback nextServiceFilterCallback, ServiceFilterResponseCallback responseCallback)
request
- Request to executenextServiceFilterCallback
- The next filter to executeresponseCallback
- The callback to invoke once the request is executed