public interface PageParameterExtractor<T extends PageConfig>
| Modifier and Type | Method and Description |
|---|---|
ReadFilter |
getNextFilter(HeaderAndBody response,
T config)
Extracts a usable ReadFilter from the response of a server for the "next" result set.
|
ReadFilter |
getPreviousFilter(HeaderAndBody response,
T config)
Extracts a usable ReadFilter from the response of a server for the "previous" result set.
|
ReadFilter getNextFilter(HeaderAndBody response, T config)
response - the server's response from a Pipe.read call.config - the Pipe's PageConfig.ReadFilter getPreviousFilter(HeaderAndBody response, T config)
response - the server's response from a Pipe.read call.config - the Pipe's PageConfig.Copyright © 2013 JBoss by Red Hat. All Rights Reserved.