|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestProcessor | |
---|---|
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 RequestProcessor in net.degreedays.api |
---|
Constructors in net.degreedays.api with parameters of type RequestProcessor | |
---|---|
DegreeDaysApi(RequestProcessor requestProcessor)
Constructs a DegreeDaysApi object that internally uses the
specified RequestProcessor . |
Uses of RequestProcessor in net.degreedays.api.data |
---|
Constructors in net.degreedays.api.data with parameters of type RequestProcessor | |
---|---|
DataApi(RequestProcessor requestProcessor)
Constructs a DataApi object that uses the specified
RequestProcessor internally. |
Uses of RequestProcessor in net.degreedays.api.processing |
---|
Classes in net.degreedays.api.processing that implement RequestProcessor | |
---|---|
class |
XmlHttpRequestProcessor
A concrete implementation of the RequestProcessor interface that
turns Request objects into XML, adds the necessary security details,
sends them over HTTP to the Degree Days.net API servers, and parses the XML
responses into Response object models. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |