public static class

GoogleGDataRequest.Factory

extends HttpGDataRequest.Factory
java.lang.Object
   ↳ com.google.gdata.client.http.HttpGDataRequest.Factory
     ↳ com.google.gdata.client.http.GoogleGDataRequest.Factory

Class Overview

The GoogleGDataRequest.Factory class is a factory class for constructing new GoogleGDataRequest instances.

Summary

[Expand]
Inherited Fields
From class com.google.gdata.client.http.HttpGDataRequest.Factory
Public Constructors
GoogleGDataRequest.Factory()
Protected Methods
Service.GDataRequest createRequest(Service.GDataRequest.RequestType type, URL requestUrl, ContentType contentType)
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

Public Constructors

public GoogleGDataRequest.Factory ()

Protected Methods

protected Service.GDataRequest createRequest (Service.GDataRequest.RequestType type, URL requestUrl, ContentType contentType)

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)

Parameters
type
requestUrl
contentType
Throws
IOException
ServiceException