Uses of Class
net.degreedays.api.Response

Packages that use Response
net.degreedays.api Core Degree Days.net API classes, including DegreeDaysApi - the starting point for all API operations. 
net.degreedays.api.data For specifying and receiving degree-day data from the API. 
net.degreedays.api.processing For advanced use, this enables customization of the request/response processing (XML, HTTP, security etc.). 
 

Uses of Response in net.degreedays.api
 

Subclasses of Response in net.degreedays.api
 class FailureResponse
          A type of API Response that indicates a failure in the server-side processing of a Request.
 

Methods in net.degreedays.api that return Response
 Response RequestProcessor.process(Request request)
          Processes the Request object and returns a Response object which is either a FailureResponse or a Response that's type is the counterpart to that of the Request object passed in.
 

Uses of Response in net.degreedays.api.data
 

Subclasses of Response in net.degreedays.api.data
 class LocationDataResponse
          Contains the degree-day data generated to fulfil a LocationDataRequest.
 class LocationInfoResponse
          Contains the location/station-related info returned in response to a LocationInfoRequest.
 

Uses of Response in net.degreedays.api.processing
 

Methods in net.degreedays.api.processing that return Response
 Response ResponseParser.parseResponse(java.io.InputStream responseStream, Request request)
          Note that it is not the responsibility of this parser to close the responseStream.
 Response XmlHttpRequestProcessor.process(Request request)
           
 



www.degreedays.net/api/