|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISyncUploadInterceptor
The interceptor interface for Upload service. Implement this interface for a custom business logic
| 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 | |||||||||