public interface ResponseParser<T>
| Modifier and Type | Method and Description |
|---|---|
T[] |
handleArrayResponse(String response,
Class<T[]> responseType) |
T |
handleResponse(String response,
Class<T> responseType) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.