Uses of Class
com.betfair.games.ApiAdapterException

Uses of ApiAdapterException in com.betfair.games
 

Methods in com.betfair.games that throw ApiAdapterException
 betfair.games.api.v1.Api ApiAdapter.get()
          When the get method is called without parameters it returns the root element (the API service list) by sending a GET request using the base URL for the API Server as specified by the application.
 java.lang.Object ApiAdapter.get(java.lang.String url)
          Returns an Object object that is an instance of the responseType Class, as defined by the API XML.
 java.lang.Object ApiAdapter.post(java.lang.String url, java.lang.Object bodyobject)
          Returns an Object object that is an instance of the responseType Class, as defined by the API XML.
 

Constructors in com.betfair.games that throw ApiAdapterException
ApiAdapter(ApiApplication app)
          Constructs a new ApiAdapter to be used in a specified application.
ApiClient(ApiApplication app)
          Constructs an ApiClient and a Thread for its execution.
ApiClient(ApiApplication app, java.lang.String service)
          Constructs an ApiClient and a Thread for its execution.