public abstract class AbstractRestCommand<T,R> extends Object implements RestCommand<T,R>
| Constructor and Description |
|---|
AbstractRestCommand() |
public R execute(T object) throws RestException
execute in interface RestCommand<T,R>RestExceptionprotected abstract String getPath()
protected String getUrl()
protected org.springframework.web.client.RestTemplate getRestTemplate()
Copyright © 2015 Kicktipp GmbH. All rights reserved.