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 RestTemplate
Copyright © 2010-2014. All Rights Reserved.