org.springframework.social.test.client
Interface ResponseCreator


public interface ResponseCreator

Allows for creating up responses. Implementations of this interface are returned by ResponseCreators.


Method Summary
 ClientHttpResponse createResponse(ClientHttpRequest request)
          Create a response for the given request
 

Method Detail

createResponse

ClientHttpResponse createResponse(ClientHttpRequest request)
Create a response for the given request

Parameters:
request - the request