OpenShift Java Client 2.5.0.Final

com.openshift.internal.client
Class AbstractOpenShiftResource.ServiceRequest

java.lang.Object
  extended by com.openshift.internal.client.AbstractOpenShiftResource.ServiceRequest
Enclosing class:
AbstractOpenShiftResource

protected class AbstractOpenShiftResource.ServiceRequest
extends Object


Field Summary
protected  String linkName
           
 
Constructor Summary
protected AbstractOpenShiftResource.ServiceRequest(String linkName)
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

linkName

protected final String linkName
Constructor Detail

AbstractOpenShiftResource.ServiceRequest

protected AbstractOpenShiftResource.ServiceRequest(String linkName)
Method Detail

execute

protected <DTO> DTO execute(Parameter... parameters)
               throws OpenShiftException
Throws:
OpenShiftException

execute

protected <DTO> DTO execute(int timeout,
                            Parameter... parameters)
               throws OpenShiftException
Throws:
OpenShiftException

execute

protected <DTO> DTO execute(int timeout,
                            IMediaType mediaType,
                            Parameter... parameters)
               throws OpenShiftException
Throws:
OpenShiftException

execute

protected <DTO> DTO execute(List<Parameter> urlParameter,
                            Parameter... parameters)
               throws OpenShiftException
Throws:
OpenShiftException

execute

protected <DTO> DTO execute(int timeout,
                            List<Parameter> urlParameter,
                            Parameter... parameters)
               throws OpenShiftException
Throws:
OpenShiftException

execute

protected <DTO> DTO execute(int timeout,
                            List<Parameter> urlParameter,
                            IMediaType mediaType,
                            Parameter... parameters)
               throws OpenShiftException
Throws:
OpenShiftException

getData

protected <DTO> DTO getData(RestResponse response)

OpenShift Java Client 2.5.0.Final

Copyright © 2014 JBoss, a division of Red Hat, Inc.. All Rights Reserved.