public class RestClientFactory extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RestClientFactory.RestClient |
| Modifier and Type | Method and Description |
|---|---|
static RestClientFactory |
getInstance()
To get the instance for RestTemplateFactory
|
RestClientFactory.RestClient |
getRestClient() |
void |
setRestClient(RestClientFactory.RestClient restClient) |
public static RestClientFactory getInstance()
public RestClientFactory.RestClient getRestClient()
public void setRestClient(RestClientFactory.RestClient restClient)
Copyright © 2016. All rights reserved.