com.hcl.voltmx.sync.services.interceptor
Interface ISyncDownloadInterceptor


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

processRequest

void processRequest(ISyncRequestContext context)
This method will be invoked by the sync services for each request from the client

Parameters:
context - Request context object containing the client request details

processReseponse

void processReseponse(ISyncResponseContext context)
This method will be invoked by the sync services before sending the response to the client

Parameters:
context - Response context object containing the client response details