public interface ResponseParser<T>
| Modifier and Type | Method and Description |
|---|---|
MarshallingConfig |
getMarshallingConfig()
The marshalling config sets options for reading and processing data
|
List<T> |
handleResponse(HeaderAndBody response,
Class<T> responseType)
UnMarshall a response and return an object array.
|
List<T> handleResponse(HeaderAndBody response, Class<T> responseType)
response - the data from the serverresponseType - the type to marshal toMarshallingConfig getMarshallingConfig()
Copyright © 2015 JBoss by Red Hat. All rights reserved.