|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gdata.client.http.HttpGDataRequest.Factory
com.google.gdata.client.http.GoogleGDataRequest.Factory
public static class GoogleGDataRequest.Factory
The GoogleGDataRequest.Factory class is a factory class for constructing new GoogleGDataRequest instances.
Field Summary |
---|
Fields inherited from class com.google.gdata.client.http.HttpGDataRequest.Factory |
---|
authToken, connectionSource, headerMap, privateHeaderMap, useSsl |
Constructor Summary | |
---|---|
GoogleGDataRequest.Factory()
|
Method Summary | |
---|---|
protected Service.GDataRequest |
createRequest(Service.GDataRequest.RequestType type,
java.net.URL requestUrl,
ContentType contentType)
Creates a Service.GDataRequest instance. |
Methods inherited from class com.google.gdata.client.http.HttpGDataRequest.Factory |
---|
getRequest, getRequest, setAuthToken, setAuthToken, setConnectionSource, setHeader, setPrivateHeader, useSsl |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GoogleGDataRequest.Factory()
Method Detail |
---|
protected Service.GDataRequest createRequest(Service.GDataRequest.RequestType type, java.net.URL requestUrl, ContentType contentType) throws java.io.IOException, ServiceException
HttpGDataRequest.Factory
Service.GDataRequest
instance.
This method is called from HttpGDataRequest.Factory.getRequest(com.google.gdata.client.Service.GDataRequest.RequestType, java.net.URL, com.google.gdata.util.ContentType)
after any changes to
the parameters have been applied.
Subclasses should overwrite this method and not HttpGDataRequest.Factory.getRequest(com.google.gdata.client.Service.GDataRequest.RequestType, java.net.URL, com.google.gdata.util.ContentType)
createRequest
in class HttpGDataRequest.Factory
java.io.IOException
ServiceException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |