public class RestOperationsEndpointRequestExecutor
extends java.lang.Object
implements com.github.ljtfreitas.restify.http.client.request.EndpointRequestExecutor
| Constructor and Description |
|---|
RestOperationsEndpointRequestExecutor(org.springframework.web.client.RestOperations rest) |
RestOperationsEndpointRequestExecutor(org.springframework.web.client.RestOperations rest,
com.github.ljtfreitas.restify.http.client.response.EndpointResponseErrorFallback endpointResponseErrorFallback) |
RestOperationsEndpointRequestExecutor(org.springframework.web.client.RestOperations rest,
com.github.ljtfreitas.restify.http.spring.client.request.RequestEntityConverter requestEntityConverter,
com.github.ljtfreitas.restify.http.spring.client.request.EndpointResponseConverter responseEntityConverter,
com.github.ljtfreitas.restify.http.client.response.EndpointResponseErrorFallback endpointResponseErrorFallback) |
| Modifier and Type | Method and Description |
|---|---|
<T> com.github.ljtfreitas.restify.http.client.response.EndpointResponse<T> |
execute(com.github.ljtfreitas.restify.http.client.request.EndpointRequest endpointRequest) |
public RestOperationsEndpointRequestExecutor(org.springframework.web.client.RestOperations rest)
public RestOperationsEndpointRequestExecutor(org.springframework.web.client.RestOperations rest,
com.github.ljtfreitas.restify.http.client.response.EndpointResponseErrorFallback endpointResponseErrorFallback)
public RestOperationsEndpointRequestExecutor(org.springframework.web.client.RestOperations rest,
com.github.ljtfreitas.restify.http.spring.client.request.RequestEntityConverter requestEntityConverter,
com.github.ljtfreitas.restify.http.spring.client.request.EndpointResponseConverter responseEntityConverter,
com.github.ljtfreitas.restify.http.client.response.EndpointResponseErrorFallback endpointResponseErrorFallback)
public <T> com.github.ljtfreitas.restify.http.client.response.EndpointResponse<T> execute(com.github.ljtfreitas.restify.http.client.request.EndpointRequest endpointRequest)
execute in interface com.github.ljtfreitas.restify.http.client.request.EndpointRequestExecutorCopyright © 2017. All Rights Reserved.