Uses of Class
org.wso2.am.integration.clients.gateway.api.ApiException
Packages that use ApiException
Package
Description
-
Uses of ApiException in org.wso2.am.integration.clients.gateway.api
Methods in org.wso2.am.integration.clients.gateway.api with parameters of type ApiExceptionModifier and TypeMethodDescriptionvoidThis is called when the API call fails.Methods in org.wso2.am.integration.clients.gateway.api that throw ApiExceptionModifier and TypeMethodDescriptioncom.squareup.okhttp.CallApiClient.buildCall(String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String, String> headerParams, Map<String, Object> formParams, String[] authNames, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build HTTP call with the given options.com.squareup.okhttp.RequestApiClient.buildRequest(String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String, String> headerParams, Map<String, Object> formParams, String[] authNames, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build an HTTP request with the given options.<T> TApiClient.deserialize(com.squareup.okhttp.Response response, Type returnType) Deserialize response body to Java object, according to the return type and the Content-Type response header.ApiClient.downloadFileFromResponse(com.squareup.okhttp.Response response) Download file from the given response.<T> ApiResponse<T> ApiClient.execute(com.squareup.okhttp.Call call) <T> ApiResponse<T> Execute HTTP call and deserialize the HTTP response body into the given return type.<T> TApiClient.handleResponse(com.squareup.okhttp.Response response, Type returnType) Handle the given response, return the deserialized object when the response is successful.com.squareup.okhttp.RequestBodySerialize the given Java object into request body according to the object's class and the request Content-Type. -
Uses of ApiException in org.wso2.am.integration.clients.gateway.api.v2
Methods in org.wso2.am.integration.clients.gateway.api.v2 that throw ApiExceptionModifier and TypeMethodDescriptionGetApiInfoApi.apisApiIdGet(String apiId, String tenantDomain) Get the subscription information of an api by providing the api uuid.com.squareup.okhttp.CallGetApiInfoApi.apisApiIdGetAsync(String apiId, String tenantDomain, ApiCallback<APIInfoDTO> callback) Get the subscription information of an api by providing the api uuid.com.squareup.okhttp.CallGetApiInfoApi.apisApiIdGetCall(String apiId, String tenantDomain, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for apisApiIdGetGetApiInfoApi.apisApiIdGetWithHttpInfo(String apiId, String tenantDomain) Get the subscription information of an api by providing the api uuid.Get the list of APIS by providing context and version.com.squareup.okhttp.CallGetApiInfoApi.apisGetAsync(String context, String version, String tenantDomain, ApiCallback<APIListDTO> callback) Get the list of APIS by providing context and version.com.squareup.okhttp.CallGetApiInfoApi.apisGetCall(String context, String version, String tenantDomain, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for apisGetGetApiInfoApi.apisGetWithHttpInfo(String context, String version, String tenantDomain) Get the list of APIS by providing context and version.GetApplicationInfoApi.applicationsGet(String name, String uuid, String tenantDomain) Get the applications information by providing the application name or uuid.com.squareup.okhttp.CallGetApplicationInfoApi.applicationsGetAsync(String name, String uuid, String tenantDomain, ApiCallback<ApplicationListDTO> callback) Get the applications information by providing the application name or uuid.com.squareup.okhttp.CallGetApplicationInfoApi.applicationsGetCall(String name, String uuid, String tenantDomain, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for applicationsGetGetApplicationInfoApi.applicationsGetWithHttpInfo(String name, String uuid, String tenantDomain) Get the applications information by providing the application name or uuid.DefaultApi.getAPIArtifacts(String apiName, String version, String tenantDomain) Get API artifact from the storage This operation is used to get the local entries, sequences and endpoints from the storage.GetApiArtifactsApi.getAPIArtifacts(String apiName, String version, String tenantDomain) Get API artifact from the storage This operation is used to get the local entries, sequences and endpoints from the storage.com.squareup.okhttp.CallDefaultApi.getAPIArtifactsAsync(String apiName, String version, String tenantDomain, ApiCallback<APIArtifactDTO> callback) Get API artifact from the storage (asynchronously) This operation is used to get the local entries, sequences and endpoints from the storage.com.squareup.okhttp.CallGetApiArtifactsApi.getAPIArtifactsAsync(String apiName, String version, String tenantDomain, ApiCallback<APIArtifactDTO> callback) Get API artifact from the storage (asynchronously) This operation is used to get the local entries, sequences and endpoints from the storage.com.squareup.okhttp.CallDefaultApi.getAPIArtifactsCall(String apiName, String version, String tenantDomain, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for getAPIArtifactscom.squareup.okhttp.CallGetApiArtifactsApi.getAPIArtifactsCall(String apiName, String version, String tenantDomain, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for getAPIArtifactsDefaultApi.getAPIArtifactsWithHttpInfo(String apiName, String version, String tenantDomain) Get API artifact from the storage This operation is used to get the local entries, sequences and endpoints from the storage.GetApiArtifactsApi.getAPIArtifactsWithHttpInfo(String apiName, String version, String tenantDomain) Get API artifact from the storage This operation is used to get the local entries, sequences and endpoints from the storage.DefaultApi.getEndpoints(String apiName, String version, String tenantDomain) Get end-points from the storage for the API This operation is used to get the end-points from the storage.GetApiArtifactsApi.getEndpoints(String apiName, String version, String tenantDomain) Get end-points from the storage for the API This operation is used to get the end-points from the storage.com.squareup.okhttp.CallDefaultApi.getEndpointsAsync(String apiName, String version, String tenantDomain, ApiCallback<EndpointsDTO> callback) Get end-points from the storage for the API (asynchronously) This operation is used to get the end-points from the storage.com.squareup.okhttp.CallGetApiArtifactsApi.getEndpointsAsync(String apiName, String version, String tenantDomain, ApiCallback<EndpointsDTO> callback) Get end-points from the storage for the API (asynchronously) This operation is used to get the end-points from the storage.com.squareup.okhttp.CallDefaultApi.getEndpointsCall(String apiName, String version, String tenantDomain, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for getEndpointscom.squareup.okhttp.CallGetApiArtifactsApi.getEndpointsCall(String apiName, String version, String tenantDomain, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for getEndpointsDefaultApi.getEndpointsWithHttpInfo(String apiName, String version, String tenantDomain) Get end-points from the storage for the API This operation is used to get the end-points from the storage.GetApiArtifactsApi.getEndpointsWithHttpInfo(String apiName, String version, String tenantDomain) Get end-points from the storage for the API This operation is used to get the end-points from the storage.DefaultApi.getLocalEntries(String apiName, String version, String tenantDomain) Get Local Entry from the storage This operation is used to get local entry from the storage.If the Tenant domain is not provided carbon.super will be picked as the Tenant domain.GetApiArtifactsApi.getLocalEntries(String apiName, String version, String tenantDomain) Get Local Entry from the storage This operation is used to get local entry from the storage.If the Tenant domain is not provided carbon.super will be picked as the Tenant domain.com.squareup.okhttp.CallDefaultApi.getLocalEntriesAsync(String apiName, String version, String tenantDomain, ApiCallback<LocalEntryDTO> callback) Get Local Entry from the storage (asynchronously) This operation is used to get local entry from the storage.If the Tenant domain is not provided carbon.super will be picked as the Tenant domain.com.squareup.okhttp.CallGetApiArtifactsApi.getLocalEntriesAsync(String apiName, String version, String tenantDomain, ApiCallback<LocalEntryDTO> callback) Get Local Entry from the storage (asynchronously) This operation is used to get local entry from the storage.If the Tenant domain is not provided carbon.super will be picked as the Tenant domain.com.squareup.okhttp.CallDefaultApi.getLocalEntriesCall(String apiName, String version, String tenantDomain, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for getLocalEntriescom.squareup.okhttp.CallGetApiArtifactsApi.getLocalEntriesCall(String apiName, String version, String tenantDomain, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for getLocalEntriesDefaultApi.getLocalEntriesWithHttpInfo(String apiName, String version, String tenantDomain) Get Local Entry from the storage This operation is used to get local entry from the storage.If the Tenant domain is not provided carbon.super will be picked as the Tenant domain.GetApiArtifactsApi.getLocalEntriesWithHttpInfo(String apiName, String version, String tenantDomain) Get Local Entry from the storage This operation is used to get local entry from the storage.If the Tenant domain is not provided carbon.super will be picked as the Tenant domain.DefaultApi.getSequences(String apiName, String version, String tenantDomain) Get sequences from the storage This operation is used to get the API sequence from the storage.GetApiArtifactsApi.getSequences(String apiName, String version, String tenantDomain) Get sequences from the storage This operation is used to get the API sequence from the storage.com.squareup.okhttp.CallDefaultApi.getSequencesAsync(String apiName, String version, String tenantDomain, ApiCallback<SequencesDTO> callback) Get sequences from the storage (asynchronously) This operation is used to get the API sequence from the storage.com.squareup.okhttp.CallGetApiArtifactsApi.getSequencesAsync(String apiName, String version, String tenantDomain, ApiCallback<SequencesDTO> callback) Get sequences from the storage (asynchronously) This operation is used to get the API sequence from the storage.com.squareup.okhttp.CallDefaultApi.getSequencesCall(String apiName, String version, String tenantDomain, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for getSequencescom.squareup.okhttp.CallGetApiArtifactsApi.getSequencesCall(String apiName, String version, String tenantDomain, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for getSequencesDefaultApi.getSequencesWithHttpInfo(String apiName, String version, String tenantDomain) Get sequences from the storage This operation is used to get the API sequence from the storage.GetApiArtifactsApi.getSequencesWithHttpInfo(String apiName, String version, String tenantDomain) Get sequences from the storage This operation is used to get the API sequence from the storage.SubscriptionsApi.getSubscriptions(String apiUUID, String applicationUUID, String tenantDomain) Get Subscriptions stored in in-memory This operation is used to get the Subscriptions from the storage.com.squareup.okhttp.CallSubscriptionsApi.getSubscriptionsAsync(String apiUUID, String applicationUUID, String tenantDomain, ApiCallback<SubscriptionListDTO> callback) Get Subscriptions stored in in-memory (asynchronously) This operation is used to get the Subscriptions from the storage.com.squareup.okhttp.CallSubscriptionsApi.getSubscriptionsCall(String apiUUID, String applicationUUID, String tenantDomain, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for getSubscriptionsSubscriptionsApi.getSubscriptionsWithHttpInfo(String apiUUID, String applicationUUID, String tenantDomain) Get Subscriptions stored in in-memory This operation is used to get the Subscriptions from the storage.DefaultApi.redployAPI(String apiName, String version, String tenantDomain) Re Deploy the API in the gateway This operation is used to re deploy an API in the gateway.DeployApiApi.redployAPI(String apiName, String version, String tenantDomain) Re Deploy the API in the gateway This operation is used to re deploy an API in the gateway.com.squareup.okhttp.CallDefaultApi.redployAPIAsync(String apiName, String version, String tenantDomain, ApiCallback<DeployResponseDTO> callback) Re Deploy the API in the gateway (asynchronously) This operation is used to re deploy an API in the gateway.com.squareup.okhttp.CallDeployApiApi.redployAPIAsync(String apiName, String version, String tenantDomain, ApiCallback<DeployResponseDTO> callback) Re Deploy the API in the gateway (asynchronously) This operation is used to re deploy an API in the gateway.com.squareup.okhttp.CallDefaultApi.redployAPICall(String apiName, String version, String tenantDomain, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for redployAPIcom.squareup.okhttp.CallDeployApiApi.redployAPICall(String apiName, String version, String tenantDomain, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for redployAPIDefaultApi.redployAPIWithHttpInfo(String apiName, String version, String tenantDomain) Re Deploy the API in the gateway This operation is used to re deploy an API in the gateway.DeployApiApi.redployAPIWithHttpInfo(String apiName, String version, String tenantDomain) Re Deploy the API in the gateway This operation is used to re deploy an API in the gateway.voidDefaultApi.serverStartupHealthcheckGet()Health check to check if all the API are deployed during the server startup Health check to check if all the API are deployed during the server startupcom.squareup.okhttp.CallDefaultApi.serverStartupHealthcheckGetAsync(ApiCallback<Void> callback) Health check to check if all the API are deployed during the server startup (asynchronously) Health check to check if all the API are deployed during the server startupcom.squareup.okhttp.CallDefaultApi.serverStartupHealthcheckGetCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for serverStartupHealthcheckGetDefaultApi.serverStartupHealthcheckGetWithHttpInfo()Health check to check if all the API are deployed during the server startup Health check to check if all the API are deployed during the server startupGetSubscriptionInfoApi.subscriptionsGet(String apiUUID, String appUUID, String tenantDomain) Get the subscriptions meta information of an api by providing the api uuid and application uuid.com.squareup.okhttp.CallGetSubscriptionInfoApi.subscriptionsGetAsync(String apiUUID, String appUUID, String tenantDomain, ApiCallback<SubscriptionDTO> callback) Get the subscriptions meta information of an api by providing the api uuid and application uuid.com.squareup.okhttp.CallGetSubscriptionInfoApi.subscriptionsGetCall(String apiUUID, String appUUID, String tenantDomain, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for subscriptionsGetGetSubscriptionInfoApi.subscriptionsGetWithHttpInfo(String apiUUID, String appUUID, String tenantDomain) Get the subscriptions meta information of an api by providing the api uuid and application uuid.DefaultApi.undeployAPI(String apiName, String version, String tenantDomain) Uneploy the API in the gateway This operation is used to undeploy an API in the gateway.UndeployApiApi.undeployAPI(String apiName, String version, String tenantDomain) Uneploy the API in the gateway This operation is used to undeploy an API in the gateway.com.squareup.okhttp.CallDefaultApi.undeployAPIAsync(String apiName, String version, String tenantDomain, ApiCallback<DeployResponseDTO> callback) Uneploy the API in the gateway (asynchronously) This operation is used to undeploy an API in the gateway.com.squareup.okhttp.CallUndeployApiApi.undeployAPIAsync(String apiName, String version, String tenantDomain, ApiCallback<DeployResponseDTO> callback) Uneploy the API in the gateway (asynchronously) This operation is used to undeploy an API in the gateway.com.squareup.okhttp.CallDefaultApi.undeployAPICall(String apiName, String version, String tenantDomain, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for undeployAPIcom.squareup.okhttp.CallUndeployApiApi.undeployAPICall(String apiName, String version, String tenantDomain, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for undeployAPIDefaultApi.undeployAPIWithHttpInfo(String apiName, String version, String tenantDomain) Uneploy the API in the gateway This operation is used to undeploy an API in the gateway.UndeployApiApi.undeployAPIWithHttpInfo(String apiName, String version, String tenantDomain) Uneploy the API in the gateway This operation is used to undeploy an API in the gateway.