|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.paypal.base.APIService
public class APIService
Wrapper class for api calls
| Constructor Summary | |
|---|---|
APIService()
Deprecated. |
|
APIService(Map<String,String> configurationMap)
APIService configured through Map |
|
| Method Summary | |
|---|---|
String |
getEndPoint()
Deprecated. |
String |
makeRequestUsing(APICallPreHandler apiCallPreHandler)
Makes a request to API service |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public APIService()
public APIService(Map<String,String> configurationMap)
Map
configurationMap - Map to over-ride default Config Manager configuration| Method Detail |
|---|
public String makeRequestUsing(APICallPreHandler apiCallPreHandler)
throws InvalidResponseDataException,
HttpErrorException,
ClientActionRequiredException,
IOException,
InterruptedException,
InvalidCredentialException,
MissingCredentialException,
OAuthException,
SSLConfigurationException
apiCallPreHandler - API Call specific handler
InvalidResponseDataException
HttpErrorException
ClientActionRequiredException
IOException
InterruptedException
InvalidCredentialException
MissingCredentialException
OAuthException
SSLConfigurationExceptionpublic String getEndPoint()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||