Uses of Class
io.mosip.mimoto.exception.ApisResourceAccessException
-
Packages that use ApisResourceAccessException Package Description io.mosip.mimoto.service io.mosip.mimoto.service.impl io.mosip.mimoto.util -
-
Uses of ApisResourceAccessException in io.mosip.mimoto.service
Methods in io.mosip.mimoto.service that throw ApisResourceAccessException Modifier and Type Method Description TRestClientService. getApi(ApiName apiName, List<String> pathsegments, String queryParam, String queryParamValue, Class<?> responseType)Gets the api.TRestClientService. getApi(ApiName apiName, List<String> pathsegments, List<String> queryParam, List<Object> queryParamValue, Class<?> responseType)TRestClientService. postApi(ApiName apiName, String queryParam, String queryParamValue, T requestedData, Class<?> responseType)Post api.TRestClientService. postApi(ApiName apiName, String queryParamName, String queryParamValue, T requestedData, Class<?> responseType, org.springframework.http.MediaType mediaType)Post api.TRestClientService. postApi(ApiName apiName, List<String> pathsegments, String queryParam, String queryParamValue, T requestedData, Class<?> responseType)Post api.TRestClientService. postApi(ApiName apiName, org.springframework.http.MediaType mediaType, List<String> pathsegments, List<String> queryParam, List<Object> queryParamValue, T requestedData, Class<?> responseType)Post Api -
Uses of ApisResourceAccessException in io.mosip.mimoto.service.impl
Methods in io.mosip.mimoto.service.impl that throw ApisResourceAccessException Modifier and Type Method Description ObjectRestClientServiceImpl. getApi(ApiName apiName, List<String> pathsegments, String queryParamName, String queryParamValue, Class<?> responseType)ObjectRestClientServiceImpl. getApi(ApiName apiName, List<String> pathsegments, List<String> queryParamName, List<Object> queryParamValue, Class<?> responseType)ObjectRestClientServiceImpl. postApi(ApiName apiName, String queryParamName, String queryParamValue, Object requestedData, Class<?> responseType)ObjectRestClientServiceImpl. postApi(ApiName apiName, String queryParamName, String queryParamValue, Object requestedData, Class<?> responseType, org.springframework.http.MediaType mediaType)ObjectRestClientServiceImpl. postApi(ApiName apiName, List<String> pathsegments, String queryParamName, String queryParamValue, Object requestedData, Class<?> responseType)ObjectRestClientServiceImpl. postApi(ApiName apiName, org.springframework.http.MediaType mediaType, List<String> pathsegments, List<String> queryParamName, List<Object> queryParamValue, Object requestedData, Class<?> responseType) -
Uses of ApisResourceAccessException in io.mosip.mimoto.util
Methods in io.mosip.mimoto.util that throw ApisResourceAccessException Modifier and Type Method Description org.json.simple.JSONObjectUtilities. retrieveIdrepoJson(String uin)retrieving identity json ffrom id repo by UIN.org.json.simple.JSONObjectUtilities. retrieveUIN(String regId)retrieve UIN from IDRepo by registration id.
-