Package | Description |
---|---|
org.agorava.api.exception |
This package contains all the Agorava specific exception
|
org.agorava.api.oauth |
This package contains API elements to manage interactions with generic OAuth services
|
org.agorava.api.rest |
This package contains all the Agorava Rest client framework
|
org.agorava.api.service |
Agorava miscellaneous services and utilities
|
Modifier and Type | Method and Description |
---|---|
Response |
ResponseException.getResponse() |
Constructor and Description |
---|
ResponseException(Response response)
Default constructor
|
Modifier and Type | Method and Description |
---|---|
Response |
OAuthService.sendSignedRequest(OAuthRequest request)
Signs and sends a simple request
|
Response |
OAuthService.sendSignedRequest(Verb verb,
String uri)
Send an OAuth request signed without any parameter
|
Response |
OAuthService.sendSignedRequest(Verb verb,
String uri,
Map<String,?> params)
Send an OAuth request signed with a list a parameter
|
Response |
OAuthService.sendSignedRequest(Verb verb,
String uri,
String key,
Object value)
Send an OAuth request signed with a single parameter
|
Response |
OAuthService.sendSignedXmlRequest(Verb verb,
String uri,
String payload)
Send an OAuth request signed with an XML Payload as content
|
Modifier and Type | Method and Description |
---|---|
Response |
Request.send()
Execute the request and return a
Response |
Response |
Request.send(RequestTuner tuner)
Execute the request and return a
Response |
Modifier and Type | Method and Description |
---|---|
<T> T |
JsonMapperService.mapToObject(Response resp,
Class<T> clazz)
Parse the content of the provided
Response to de-serialize to an object of the given
Class |
Copyright © 2012-2013. All Rights Reserved.