Spring Social

org.springframework.social.test.client
Interface ResponseCreator


public interface ResponseCreator

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

Author:
Arjen Poutsma, Lukas Krecan, Craig Walls

Method Summary
 org.springframework.http.client.ClientHttpResponse createResponse(org.springframework.http.client.ClientHttpRequest request)
          Create a response for the given request
 

Method Detail

createResponse

org.springframework.http.client.ClientHttpResponse createResponse(org.springframework.http.client.ClientHttpRequest request)
Create a response for the given request

Parameters:
request - the request

Spring Social