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

All Superinterfaces:
ISyncOperationContext
All Known Subinterfaces:
ISyncRequestContext, ISyncResponseContext

public interface ISyncClientContext
extends ISyncOperationContext

Interface for the client context


Method Summary
 HttpContext getHttpContext()
          Returns the http context
 java.lang.String getRequestString()
          Returns the request which is received from the device
 java.lang.String getResponseString()
          Returns the response which is about to send to client.
 
Methods inherited from interface com.hcl.voltmx.sync.services.interceptor.ISyncOperationContext
getSyncScope, getValue, setValue
 

Method Detail

getRequestString

java.lang.String getRequestString()
Returns the request which is received from the device

Returns:

getResponseString

java.lang.String getResponseString()
Returns the response which is about to send to client. Interceptor implementation can change the response according to custom business logic

Returns:

getHttpContext

HttpContext getHttpContext()
Returns the http context

Returns:
HttpContext instance