| Package | Description |
|---|---|
| org.opensocial | |
| org.opensocial.parsers | |
| org.opensocial.providers |
| Modifier and Type | Method and Description |
|---|---|
Response |
Client.send(Request request)
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Response> |
Client.send(Map<String,Request> requests)
|
| Modifier and Type | Method and Description |
|---|---|
Response |
Parser.getResponseObject(String in,
Class<? extends Model> modelClass,
String version) |
Response |
JsonParser.getResponseObject(String json,
Class<? extends Model> modelClass,
String version) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Response> |
Parser.getResponseMap(String in,
Map<String,Class<? extends Model>> modelClasses,
String version) |
Map<String,Response> |
JsonParser.getResponseMap(String json,
Map<String,Class<? extends Model>> modelClasses,
String version) |
| Modifier and Type | Method and Description |
|---|---|
void |
Provider.postRequest(Request request,
Response response) |
Copyright © 2012. All Rights Reserved.