public class BaseGoogleRestServiceClientFactory extends AbstractRestServiceClientFactory implements GoogleRestServiceClientFactory
| Constructor and Description |
|---|
BaseGoogleRestServiceClientFactory() |
| Modifier and Type | Method and Description |
|---|---|
ResourceClient |
createClient(String resourceBaseUrl) |
GoogleRestServiceClient |
createGoogleRestServiceClient(String resourceBaseUrl) |
static BaseGoogleRestServiceClientFactory |
getInstance() |
protected GoogleRestUserClientFactory |
makeGoogleRestUserClientFactory() |
protected RestServiceClient |
makeRestServiceClient(String resourceBaseUrl) |
protected RestServiceClientMaker |
makeRestServiceClientMaker() |
protected RestUserClientFactory |
makeRestUserClientFactory() |
String |
toString() |
createRestUserClientFactory, makeAuthRefreshPolicy, makeAutoRedirectPolicy, makeCacheControlPolicy, makeClientCachePolicy, makeDataAccessClient, makeHttpMethodFilter, makeRequestRetryPolicy, makeResourceUrlBuilderclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcreateRestUserClientFactorymakeDataAccessClient, makeHttpMethodFilter, makeResourceUrlBuildermakeAuthRefreshPolicy, makeAutoRedirectPolicy, makeCacheControlPolicy, makeClientCachePolicy, makeRequestRetryPolicypublic static BaseGoogleRestServiceClientFactory getInstance()
protected RestServiceClient makeRestServiceClient(String resourceBaseUrl)
makeRestServiceClient in class AbstractRestServiceClientFactoryprotected RestServiceClientMaker makeRestServiceClientMaker()
makeRestServiceClientMaker in class AbstractRestServiceClientFactoryprotected RestUserClientFactory makeRestUserClientFactory()
makeRestUserClientFactory in class AbstractRestServiceClientFactoryprotected GoogleRestUserClientFactory makeGoogleRestUserClientFactory()
public GoogleRestServiceClient createGoogleRestServiceClient(String resourceBaseUrl)
createGoogleRestServiceClient in interface GoogleRestServiceClientFactorypublic ResourceClient createClient(String resourceBaseUrl)
createClient in interface ClientFactorycreateClient in class AbstractRestServiceClientFactorypublic String toString()
toString in class AbstractRestServiceClientFactoryCopyright © 2013. All rights reserved.