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


public interface ISyncNotificationInterceptor

The interceptor interface for notifications. Implement this interface for a custom business logic.


Method Summary
 void formatNotification(ISyncNotificationContext context)
          This method will be invoked by the sync services when there a RCT notification from the data source
 

Method Detail

formatNotification

void formatNotification(ISyncNotificationContext context)
                        throws java.lang.Exception
This method will be invoked by the sync services when there a RCT notification from the data source

Parameters:
context - Context object containing the request
Throws:
java.lang.Exception