public interface RestClientSupport
Rest| 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–2020 simpligility technologies inc.. All rights reserved.