net.sf.gsaapi
Interface GSAClientDelegate


public interface GSAClientDelegate

GSAClientDelegate allows specifying an implementation class that will handle the requests to a url and return the response. This is required if there is a need for handling challenge-response authentication.

Author:
Amol S Deshmukh adeshmuk .at inxight .dot com

Method Summary
 java.io.InputStream getResponseStream(java.lang.String requestUrl)
          Returns the InputStream pointing to the url specified.
 

Method Detail

getResponseStream

public java.io.InputStream getResponseStream(java.lang.String requestUrl)
Returns the InputStream pointing to the url specified.

Parameters:
requestUrl -
Returns:
returns the InputStream to the XML results corresponding to the request URL.


© Copyright 2006 Inxight Software, Inc.