public class MockGoogleRestUserClientFactory extends AbstractRestUserClientFactory implements GoogleRestUserClientFactory
| Constructor and Description |
|---|
MockGoogleRestUserClientFactory() |
| Modifier and Type | Method and Description |
|---|---|
GoogleRestUserClient |
createGoogleRestUserClient(RestServiceClient restServiceClient,
UserCredential userCredential) |
GoogleRestUserClient |
createGoogleRestUserClient(String resourceBaseUrl,
UserCredential userCredential) |
static MockGoogleRestUserClientFactory |
getInstance() |
protected RestUserClient |
makeRestUserClient(String resourceBaseUrl) |
protected RestUserClientMaker |
makeRestUserClientMaker() |
String |
toString() |
createClient, makeServiceClientclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcreateClientmakeServiceClientpublic static MockGoogleRestUserClientFactory 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 String toString()
toString in class AbstractRestUserClientFactoryCopyright © 2013. All rights reserved.