|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISyncDownloadInterceptor
The interceptor interface for client download requests. Implement this interface for a customized business logic for client request/response
Method Summary | |
---|---|
void |
processRequest(ISyncRequestContext context)
This method will be invoked by the sync services for each request from the client |
void |
processReseponse(ISyncResponseContext context)
This method will be invoked by the sync services before sending the response to the client |
Method Detail |
---|
void processRequest(ISyncRequestContext context)
context
- Request context object containing the client request detailsvoid processReseponse(ISyncResponseContext context)
context
- Response context object containing the client response details
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |