Uses of Class
fr.gouv.vitam.antivirus.client.invoker.ApiException
Packages that use ApiException
-
Uses of ApiException in fr.gouv.vitam.antivirus.client
Methods in fr.gouv.vitam.antivirus.client that throw ApiExceptionModifier and TypeMethodDescription<T> TVitamApiClient.invokeAPI(String path, String method, List<Pair> queryParams, Object body, Map<String, String> headerParams, Map<String, String> cookieParams, Map<String, Object> formParams, String accept, String contentType, String[] authNames, jakarta.ws.rs.core.GenericType<T> returnType) voidAntivirusApi.scanByPath(String path) Scan a file on the local filesystem -
Uses of ApiException in fr.gouv.vitam.antivirus.client.invoker
Methods in fr.gouv.vitam.antivirus.client.invoker that throw ApiExceptionModifier and TypeMethodDescription<T> TApiClient.deserialize(jakarta.ws.rs.core.Response response, jakarta.ws.rs.core.GenericType<T> returnType) Deserialize response body to Java object according to the Content-Type.ApiClient.downloadFileFromResponse(jakarta.ws.rs.core.Response response) Download file from the given response.<T> TApiClient.invokeAPI(String path, String method, List<Pair> queryParams, Object body, Map<String, String> headerParams, Map<String, String> cookieParams, Map<String, Object> formParams, String accept, String contentType, String[] authNames, jakarta.ws.rs.core.GenericType<T> returnType) Invoke API by sending HTTP request with the given options.jakarta.ws.rs.client.Entity<?> Serialize the given Java object into string entity according the given Content-Type (only JSON is supported for now).