Uses of Interface
com.google.code.facebookapi.IFacebookMethod

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  org.w3c.dom.Document FacebookRestClient.callMethod(IFacebookMethod method, java.util.Collection<Pair<java.lang.String,java.lang.CharSequence>> paramPairs)
          Deprecated. Call the specified method, with the given parameters, and return a DOM tree with the results.
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 FacebookRestClient.callMethod(IFacebookMethod method, Pair<java.lang.String,java.lang.CharSequence>... paramPairs)
          Deprecated. 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.
 



Copyright © 2008. All Rights Reserved.