Issue Type: Feature Request Feature Request
Assignee: Douglas Campos
Components: android
Created: 24/Jan/13 2:33 PM
Description:

Currently, the DefaultPipeFactory processes a PipeConfig objects and passes its results to the appropriate RestAdapter constructor.

Restadapter should have a constructor which does the processing.

//pseudocode
public RestAdapter(PipeConfig config)

{ handleGson(config) handleUrl(config) handlePaging(config) etc(config) }
Fix Versions: 1.future
Project: AeroGear
Priority: Major Major
Reporter: Summers Pittman
Security Level: Public (Everyone can see)
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira