org.qi4j.library.rest.client.spi
Class NullResponseHandler

java.lang.Object
  extended by org.qi4j.library.rest.client.spi.NullResponseHandler
All Implemented Interfaces:
ResponseHandler

public class NullResponseHandler
extends java.lang.Object
implements ResponseHandler


Field Summary
static NullResponseHandler INSTANCE
           
 
Constructor Summary
NullResponseHandler()
           
 
Method Summary
 HandlerCommand handleResponse(org.restlet.Response response, ContextResourceClient client)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static NullResponseHandler INSTANCE
Constructor Detail

NullResponseHandler

public NullResponseHandler()
Method Detail

handleResponse

public HandlerCommand handleResponse(org.restlet.Response response,
                                     ContextResourceClient client)
Specified by:
handleResponse in interface ResponseHandler