| java.lang.Object | ||
| ↳ | com.google.gdata.client.http.HttpGDataRequest.Factory | |
| ↳ | com.google.gdata.client.http.GoogleGDataRequest.Factory | |
The GoogleGDataRequest.Factory class is a factory class for constructing new GoogleGDataRequest instances.
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.client.http.HttpGDataRequest.Factory
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a
Service.GDataRequest instance. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.client.http.HttpGDataRequest.Factory
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.google.gdata.client.Service.GDataRequestFactory
| |||||||||||
Creates a Service.GDataRequest instance.
This method is called from getRequest(Query, ContentType) after any changes to
the parameters have been applied.
Subclasses should overwrite this method and not getRequest(Query, ContentType)
| type | |
|---|---|
| requestUrl | |
| contentType |
| IOException | |
|---|---|
| ServiceException |