public abstract class AbstractRestClientFactoryManager extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractRestClientFactoryManager() |
| Modifier and Type | Method and Description |
|---|---|
static AbstractRestClientFactoryManager |
getInstance() |
RestServiceClientFactory |
getRestServiceClientFactory() |
RestUserClientFactory |
getRestUserClientFactory() |
void |
setRestClientFactories(RestServiceClientFactory restServiceClientFactory) |
void |
setRestClientFactories(RestServiceClientFactory restServiceClientFactory,
RestUserClientFactory restUserClientFactory) |
public static AbstractRestClientFactoryManager getInstance()
public RestServiceClientFactory getRestServiceClientFactory()
public RestUserClientFactory getRestUserClientFactory()
public void setRestClientFactories(RestServiceClientFactory restServiceClientFactory)
public void setRestClientFactories(RestServiceClientFactory restServiceClientFactory, RestUserClientFactory restUserClientFactory)
Copyright © 2013. All rights reserved.