protected class AbstractOpenShiftResource.ServiceRequest extends Object
Modifier | Constructor and Description |
---|---|
protected |
ServiceRequest(String linkName) |
Modifier and Type | Method and Description |
---|---|
protected <DTO> DTO |
execute(int timeout,
IRestResponseFactory responseFactory,
List<Parameter> urlPathParameter,
List<Parameter> urlParameter,
Parameter... parameters) |
protected <DTO> DTO |
execute(int timeout,
List<Parameter> urlPathParameters,
List<Parameter> urlParameters,
Parameter... parameters) |
protected <DTO> DTO |
execute(int timeout,
List<Parameter> urlParameters,
Parameter... parameters) |
protected <DTO> DTO |
execute(int timeout,
Parameter... parameters) |
protected <DTO> DTO |
execute(List<Parameter> urlParameters,
Parameter... parameters) |
protected <DTO> DTO |
execute(Parameter... parameters) |
protected <DTO> DTO |
getData(RestResponse response) |
protected final String linkName
protected ServiceRequest(String linkName)
protected <DTO> DTO execute(Parameter... parameters) throws OpenShiftException
OpenShiftException
protected <DTO> DTO execute(int timeout, Parameter... parameters) throws OpenShiftException
OpenShiftException
protected <DTO> DTO execute(List<Parameter> urlParameters, Parameter... parameters) throws OpenShiftException
OpenShiftException
protected <DTO> DTO execute(int timeout, List<Parameter> urlParameters, Parameter... parameters) throws OpenShiftException
OpenShiftException
protected <DTO> DTO execute(int timeout, List<Parameter> urlPathParameters, List<Parameter> urlParameters, Parameter... parameters) throws OpenShiftException
OpenShiftException
protected <DTO> DTO execute(int timeout, IRestResponseFactory responseFactory, List<Parameter> urlPathParameter, List<Parameter> urlParameter, Parameter... parameters) throws OpenShiftException
OpenShiftException
protected <DTO> DTO getData(RestResponse response)
Copyright © 2016 JBoss by Red Hat. All rights reserved.