protected class AbstractOpenShiftResource.ServiceRequest extends Object
Modifier | Constructor and Description |
---|---|
protected |
AbstractOpenShiftResource.ServiceRequest(String linkName) |
Modifier and Type | Method and Description |
---|---|
protected <DTO> DTO |
execute(int timeout,
IMediaType mediaType,
Parameter... parameters) |
protected <DTO> DTO |
execute(int timeout,
List<Parameter> urlParameter,
IMediaType mediaType,
Parameter... parameters) |
protected <DTO> DTO |
execute(int timeout,
List<Parameter> urlParameter,
Parameter... parameters) |
protected <DTO> DTO |
execute(int timeout,
Parameter... parameters) |
protected <DTO> DTO |
execute(List<Parameter> urlParameter,
Parameter... parameters) |
protected <DTO> DTO |
execute(Parameter... parameters) |
protected <DTO> DTO |
getData(RestResponse response) |
protected final String linkName
protected AbstractOpenShiftResource.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(int timeout, IMediaType mediaType, Parameter... parameters) throws OpenShiftException
OpenShiftException
protected <DTO> DTO execute(List<Parameter> urlParameter, Parameter... parameters) throws OpenShiftException
OpenShiftException
protected <DTO> DTO execute(int timeout, List<Parameter> urlParameter, Parameter... parameters) throws OpenShiftException
OpenShiftException
protected <DTO> DTO execute(int timeout, List<Parameter> urlParameter, IMediaType mediaType, Parameter... parameters) throws OpenShiftException
OpenShiftException
protected <DTO> DTO getData(RestResponse response)
Copyright © 2013 JBoss by Red Hat. All rights reserved.