self.philbrown.droidQuery
Class ScriptResponseHandler

java.lang.Object
  extended by self.philbrown.droidQuery.ScriptResponseHandler

public class ScriptResponseHandler
extends Object

Handles a Script by executing it, and returning the result

Author:
Phil Brown
See Also:
ScriptResponse, Script

Constructor Summary
ScriptResponseHandler(Context context)
          Constructor
 
Method Summary
 ScriptResponse handleResponse(HttpResponse response)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptResponseHandler

public ScriptResponseHandler(Context context)
Constructor

Parameters:
context -
Method Detail

handleResponse

public ScriptResponse handleResponse(HttpResponse response)
                              throws ClientProtocolException,
                                     IOException
Throws:
ClientProtocolException
IOException