public class ResponseReaderDelegator extends Object implements ResponseReader, Initializable
| Constructor and Description |
|---|
ResponseReaderDelegator() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize()
Initialize the fragment
|
Object |
readResponse(org.restlet.Response response,
Class<?> resultType) |
void |
registerResponseReader(ResponseReader reader) |
public void initialize()
Initializableinitialize in interface Initializablepublic void registerResponseReader(ResponseReader reader)
public Object readResponse(org.restlet.Response response, Class<?> resultType)
readResponse in interface ResponseReader