public interface RestClientSupport
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.client.RestTemplate |
getRestTemplate()
Gets the rest template used by the rest service implementation.
|
void |
setRestTemplate(org.springframework.web.client.RestTemplate rt)
Sets the rest template used by the rest service implementation.
|
org.springframework.web.client.RestTemplate getRestTemplate()
void setRestTemplate(org.springframework.web.client.RestTemplate rt)
rt - New RestTemplateCopyright © 2010-2015. All Rights Reserved.