org.codegist.crest
Interface ResponseContext


public interface ResponseContext

Response context, passed to the response handlers and error handlers.

Author:
Laurent Gilles (laurent.gilles@codegist.org)
See Also:
ResponseHandler, ErrorHandler

Method Summary
 Type getExpectedGenericType()
           
 Class<?> getExpectedType()
           
 RequestContext getRequestContext()
           
 HttpResponse getResponse()
           
 

Method Detail

getRequestContext

RequestContext getRequestContext()

getResponse

HttpResponse getResponse()

getExpectedGenericType

Type getExpectedGenericType()

getExpectedType

Class<?> getExpectedType()


Copyright © 2011. All Rights Reserved.