Class RestGatewaySupport

java.lang.Object
org.springframework.web.client.support.RestGatewaySupport

public class RestGatewaySupport extends Object
Convenient superclass for application classes that need REST access.

Requires a ClientHttpRequestFactory or a RestTemplate instance to be set.

Since:
3.0
Author:
Arjen Poutsma
See Also: