public interface IRestService
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_VERSION |
Modifier and Type | Method and Description |
---|---|
String |
getPlatformUrl() |
String |
getServiceUrl() |
RestResponse |
request(Link link) |
RestResponse |
request(Link link,
Map<String,Object> parameters) |
RestResponse |
request(Link link,
ServiceParameter... serviceParameters) |
String |
request(String url,
HttpMethod httpMethod,
Map<String,Object> parameters) |
static final String SERVICE_VERSION
RestResponse request(Link link) throws OpenShiftException, SocketTimeoutException
RestResponse request(Link link, ServiceParameter... serviceParameters) throws OpenShiftException
OpenShiftException
RestResponse request(Link link, Map<String,Object> parameters) throws OpenShiftException
OpenShiftException
String request(String url, HttpMethod httpMethod, Map<String,Object> parameters) throws OpenShiftException
OpenShiftException
String getServiceUrl()
String getPlatformUrl()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.