net.smartam.leeloo.client
Interface HttpClient

All Known Implementing Classes:
URLConnectionClient

public interface HttpClient

Author:
Maciej Machulak, Lukasz Moren

Method Summary
<T extends OAuthClientResponse>
T
execute(OAuthClientRequest request, Map<String,String> headers, String requestMethod, Class<T> responseClass)
           
 

Method Detail

execute

<T extends OAuthClientResponse> T execute(OAuthClientRequest request,
                                          Map<String,String> headers,
                                          String requestMethod,
                                          Class<T> responseClass)
                                      throws OAuthSystemException,
                                             OAuthProblemException
Throws:
OAuthSystemException
OAuthProblemException


Copyright © 2010. All Rights Reserved.