public abstract class AbstractGoogleRestClientFactoryManager extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractGoogleRestClientFactoryManager() |
| Modifier and Type | Method and Description |
|---|---|
GoogleRestServiceClientFactory |
getGoogleRestServiceClientFactory() |
GoogleRestUserClientFactory |
getGoogleRestUserClientFactory() |
static AbstractGoogleRestClientFactoryManager |
getInstance() |
void |
setGoogleRestClientFactories(GoogleRestServiceClientFactory googleRestServiceClientFactory) |
void |
setGoogleRestClientFactories(GoogleRestServiceClientFactory googleRestServiceClientFactory,
GoogleRestUserClientFactory googleRestUserClientFactory) |
protected AbstractGoogleRestClientFactoryManager()
public static AbstractGoogleRestClientFactoryManager getInstance()
public GoogleRestServiceClientFactory getGoogleRestServiceClientFactory()
public GoogleRestUserClientFactory getGoogleRestUserClientFactory()
public void setGoogleRestClientFactories(GoogleRestServiceClientFactory googleRestServiceClientFactory)
public void setGoogleRestClientFactories(GoogleRestServiceClientFactory googleRestServiceClientFactory, GoogleRestUserClientFactory googleRestUserClientFactory)
Copyright © 2013. All rights reserved.