public class BaseGoogleRestUserClientFactory extends AbstractRestUserClientFactory implements GoogleRestUserClientFactory
| Constructor and Description |
|---|
BaseGoogleRestUserClientFactory() |
| Modifier and Type | Method and Description |
|---|---|
ResourceClient |
createClient(String resourceBaseUrl) |
GoogleRestUserClient |
createGoogleRestUserClient(RestServiceClient restServiceClient,
UserCredential userCredential) |
GoogleRestUserClient |
createGoogleRestUserClient(String resourceBaseUrl,
UserCredential userCredential) |
static BaseGoogleRestUserClientFactory |
getInstance() |
protected RestUserClient |
makeRestUserClient(String resourceBaseUrl) |
protected RestUserClientMaker |
makeRestUserClientMaker() |
String |
toString() |
makeServiceClientclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitmakeServiceClientpublic static BaseGoogleRestUserClientFactory getInstance()
protected RestUserClient makeRestUserClient(String resourceBaseUrl)
makeRestUserClient in class AbstractRestUserClientFactoryprotected RestUserClientMaker makeRestUserClientMaker()
makeRestUserClientMaker in class AbstractRestUserClientFactorypublic GoogleRestUserClient createGoogleRestUserClient(String resourceBaseUrl, UserCredential userCredential)
createGoogleRestUserClient in interface GoogleRestUserClientFactorypublic GoogleRestUserClient createGoogleRestUserClient(RestServiceClient restServiceClient, UserCredential userCredential)
createGoogleRestUserClient in interface GoogleRestUserClientFactorypublic ResourceClient createClient(String resourceBaseUrl)
createClient in interface ClientFactorycreateClient in class AbstractRestUserClientFactorypublic String toString()
toString in class AbstractRestUserClientFactoryCopyright © 2013. All rights reserved.