|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RestResponse | |
|---|---|
| org.jboss.seam.social | |
| org.jboss.seam.social.oauth | |
| org.jboss.seam.social.rest | |
| Uses of RestResponse in org.jboss.seam.social |
|---|
| Methods in org.jboss.seam.social with parameters of type RestResponse | ||
|---|---|---|
|
JsonMapper.mapToObject(RestResponse resp,
Class<T> clazz)
Parse the content of the provided RestResponse to de-serialize to an object of the given Class |
|
| Uses of RestResponse in org.jboss.seam.social.oauth |
|---|
| Methods in org.jboss.seam.social.oauth that return RestResponse | |
|---|---|
RestResponse |
OAuthService.sendSignedRequest(OAuthRequest request)
|
RestResponse |
OAuthService.sendSignedRequest(RestVerb verb,
String uri)
Send an OAuth request signed without any parameter |
RestResponse |
OAuthService.sendSignedRequest(RestVerb verb,
String uri,
Map<String,? extends Object> params)
Send an OAuth request signed with a list a parameter |
RestResponse |
OAuthService.sendSignedRequest(RestVerb verb,
String uri,
String key,
Object value)
Send an OAuth request signed with a single parameter |
RestResponse |
OAuthService.sendSignedXmlRequest(RestVerb verb,
String uri,
String payload)
Send an OAuth request signed with an XML Paylad as content |
| Uses of RestResponse in org.jboss.seam.social.rest |
|---|
| Methods in org.jboss.seam.social.rest that return RestResponse | |
|---|---|
RestResponse |
RestRequest.send()
Execute the request and return a HttpResonse |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||