org.syncope.console.rest
Class RestClient
java.lang.Object
org.syncope.console.rest.RestClient
public class RestClient
- extends java.lang.Object
Base Rest client for invoking rest services.
|
Field Summary |
protected java.lang.String |
baseURL
|
protected org.springframework.web.client.RestTemplate |
restTemplate
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
restTemplate
protected org.springframework.web.client.RestTemplate restTemplate
baseURL
protected java.lang.String baseURL
RestClient
public RestClient()
getRestTemplate
public org.springframework.web.client.RestTemplate getRestTemplate()
setRestTemplate
public void setRestTemplate(org.springframework.web.client.RestTemplate restTemplate)
getBaseURL
public java.lang.String getBaseURL()
setBaseURL
public void setBaseURL(java.lang.String baseURL)
Copyright © 2010. All Rights Reserved.