public interface RequestPolicy
| Modifier and Type | Method and Description |
|---|---|
RequestData |
significantRequestDataDigest(CachableHttpServletRequest request)
Method in charge of generating a digest
of all significant data in a request that is needed
to determine that the call is same that is invoiced
|
RequestData significantRequestDataDigest(CachableHttpServletRequest request) throws java.lang.IllegalArgumentException, java.io.IOException, InternalErrorException
request - the cachable http servlet request to aggregate request data for.java.lang.IllegalArgumentException - if supplied request contained invalid data.java.io.IOException - if i/o related problems occurred reading the request data.InternalErrorException - if internal errors occurred reading the request data.