Package com.jakewharton.domainr

Classes which assist in marshalling the native builder methods to proper remote API calls and the resulting JSON to POJOs specifically for the Domainr API.

See:
          Description

Interface Summary
DomainrEntity Local representation of a server-side Domainr object which can be de-serialized from JSON.
DomainrEnumeration Interface which allows for central unification of the type heirarchy of all Domainr-specific enumerations.
 

Class Summary
DomainrApiBuilder<T> Domainr-specific API builder extension which provides helper methods for adding fields, parameters, and post-parameters commonly used in the API.
DomainrApiService Domainr-specific API service extension which facilitates provides helper methods for performing remote method calls as well as deserializing the corresponding JSON responses.
ServiceManager Class to manage service creation with default settings.
 

Package com.jakewharton.domainr Description

Classes which assist in marshalling the native builder methods to proper remote API calls and the resulting JSON to POJOs specifically for the Domainr API.



Copyright © 2011 Jake Wharton. All Rights Reserved.