org.qi4j.library.rest.client.spi
Interface ResponseHandler

All Known Implementing Classes:
ErrorHandler, NullResponseHandler

public interface ResponseHandler

Implement this interface and pass an instance to the CommandQueryClient. It will be responsible for handling the responses of PUT/POST/DELETE calls.


Method Summary
 HandlerCommand handleResponse(org.restlet.Response response, ContextResourceClient client)
           
 

Method Detail

handleResponse

HandlerCommand handleResponse(org.restlet.Response response,
                              ContextResourceClient client)