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


public interface ISyncNotificationContext

Interface for the Notification context. This notification context will be created by the sync services and will be passed to the methods while invoking the interceptor implementations.


Method Summary
 HttpContext getHttpContext()
          Returns the http context
 java.lang.String getRequestString()
          Returns the request as a string
 void setRequestString(java.lang.String request)
          Set the request to the context.
 

Method Detail

getHttpContext

HttpContext getHttpContext()
Returns the http context

Returns:
HttpContext instance

getRequestString

java.lang.String getRequestString()
Returns the request as a string

Returns:

setRequestString

void setRequestString(java.lang.String request)
Set the request to the context. Interceptor implementation can set the modified request string through this method.

Parameters:
request - Updated request