AeroGear Android Library 1.1.0

org.jboss.aerogear.android.pipeline
Interface ResponseParser<T>

All Known Implementing Classes:
GsonResponseParser

public interface ResponseParser<T>


Method Summary
 T[] handleArrayResponse(String response, Class<T[]> responseType)
           
 T handleResponse(String response, Class<T> responseType)
           
 

Method Detail

handleResponse

T handleResponse(String response,
                 Class<T> responseType)

handleArrayResponse

T[] handleArrayResponse(String response,
                        Class<T[]> responseType)

AeroGear Android Library 1.1.0

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.