| java.lang.Object | |
| ↳ | org.springframework.web.client.support.RestGatewaySupport |
Convenient super class for application classes that need REST access.
Requires a ClientHttpRequestFactory or a RestTemplate instance to be set.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| logger | Logger available to subclasses | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Construct a new instance of the
RestGatewaySupport, with default parameters. | |||||||||||
Construct a new instance of the
RestGatewaySupport, with the given ClientHttpRequestFactory. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the
RestTemplate for the gateway. | |||||||||||
Sets the
RestTemplate for the gateway. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Logger available to subclasses
Construct a new instance of the RestGatewaySupport, with default parameters.
Construct a new instance of the RestGatewaySupport, with the given ClientHttpRequestFactory.