Uses of Class
com.labs64.netlicensing.exception.RestException
-
Uses of RestException in com.labs64.netlicensing.provider
Modifier and TypeMethodDescription<REQ,
RES> RestResponse<RES> RestProvider.call
(String method, String urlTemplate, REQ request, Class<RES> responseType, Map<String, String> queryParams) Helper method for performing REST requests with optional REST parameter map.<REQ,
RES> RestResponse<RES> RestProviderImpl.call
(String httpMethod, String urlTemplate, REQ request_arg, Class<RES> responseType, Map<String, String> queryParams)