Uses of Class
org.glassfish.admingui.common.util.RestResponse

Packages that use RestResponse
org.glassfish.admingui.common.util   
 

Uses of RestResponse in org.glassfish.admingui.common.util
 

Methods in org.glassfish.admingui.common.util that return RestResponse
static RestResponse RestUtil.delete(String address, Map<String,Object> payload)
           
static RestResponse RestUtil.get(String address)
           
static RestResponse RestUtil.get(String address, Map<String,Object> payload)
           
static RestResponse RestResponse.getRestResponse(com.sun.jersey.api.client.ClientResponse response)
           
static RestResponse RestUtil.options(String address, String responseType)
           
static RestResponse RestUtil.post(String address, Map<String,Object> payload)
           
static RestResponse RestUtil.post(String address, Object payload, String contentType)
           
static RestResponse RestUtil.put(String address, Map<String,Object> payload)
           
static RestResponse RestUtil.sendCreateRequest(String endpoint, Map<String,Object> attrs, List<String> skipAttrs, List<String> onlyUseAttrs, List<String> convertToFalse)
           
static RestResponse RestUtil.sendUpdateRequest(String endpoint, Map<String,Object> attrs, List<String> skipAttrs, List<String> onlyUseAttrs, List<String> convertToFalse)
           
 

Methods in org.glassfish.admingui.common.util with parameters of type RestResponse
static Map<String,Object> RestUtil.parseResponse(RestResponse response, com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx, String endpoint, Object attrs, boolean quiet, boolean throwException)
           
 



Copyright © 2012. All Rights Reserved.