|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of IFacebookMethod in com.google.code.facebookapi |
|---|
| Classes in com.google.code.facebookapi that implement IFacebookMethod | |
|---|---|
class |
FacebookMethod
Enumaration that maps API method names to the (maximal) number of parameters that each method will send. |
| Methods in com.google.code.facebookapi with parameters of type IFacebookMethod | |
|---|---|
protected T |
ExtensibleClient.callMethod(IFacebookMethod method,
java.util.Collection<Pair<java.lang.String,java.lang.CharSequence>> paramPairs)
Call the specified method, with the given parameters, and return a DOM tree with the results. |
protected T |
ExtensibleClient.callMethod(IFacebookMethod method,
java.util.Collection<Pair<java.lang.String,java.lang.CharSequence>> paramPairs,
java.lang.String fileName,
java.io.InputStream fileStream)
|
protected T |
ExtensibleClient.callMethod(IFacebookMethod method,
Pair<java.lang.String,java.lang.CharSequence>... paramPairs)
Call the specified method, with the given parameters, and return a DOM tree with the results. |
protected org.w3c.dom.Document |
FacebookXmlRestClient.parseCallResult(java.io.InputStream data,
IFacebookMethod method)
|
protected java.lang.Object |
FacebookJaxbRestClient.parseCallResult(java.io.InputStream data,
IFacebookMethod method)
Parses the result of an API call from XML into JAXB Objects. |
protected java.lang.Object |
FacebookJsonRestClient.parseCallResult(java.io.InputStream data,
IFacebookMethod method)
Parses the result of an API call from JSON into Java Objects. |
protected abstract T |
ExtensibleClient.parseCallResult(java.io.InputStream data,
IFacebookMethod method)
Parses the result of an API call into a T. |
protected java.lang.String |
ExtensibleClient.postFileRequest(IFacebookMethod method,
java.util.Map<java.lang.String,java.lang.String> params,
java.lang.String fileName,
java.io.InputStream fileStream)
Helper function for posting a request that includes raw file data, eg ExtensibleClient.photos_upload(java.io.File). |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||