Uses of Class
org.wso2.am.integration.clients.internal.ApiException
Packages that use ApiException
Package
Description
-
Uses of ApiException in org.wso2.am.integration.clients.internal
Methods in org.wso2.am.integration.clients.internal with parameters of type ApiExceptionModifier and TypeMethodDescriptionvoidThis is called when the API call fails.Methods in org.wso2.am.integration.clients.internal 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.internal.api
Methods in org.wso2.am.integration.clients.internal.api that throw ApiExceptionModifier and TypeMethodDescriptionSubscriptionValidationApi.apiPoliciesGet(String xWSO2Tenant, String policyName) Get all API throttling policies This will provide access to api level throttling policies in database.com.squareup.okhttp.CallSubscriptionValidationApi.apiPoliciesGetAsync(String xWSO2Tenant, String policyName, ApiCallback<ApiPolicyListDTO> callback) Get all API throttling policies (asynchronously) This will provide access to api level throttling policies in database.com.squareup.okhttp.CallSubscriptionValidationApi.apiPoliciesGetCall(String xWSO2Tenant, String policyName, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for apiPoliciesGetSubscriptionValidationApi.apiPoliciesGetWithHttpInfo(String xWSO2Tenant, String policyName) Get all API throttling policies This will provide access to api level throttling policies in database.SubscriptionValidationApi.apisGet(String xWSO2Tenant, String apiId, String context, String version, String gatewayLabel, String accept) Get all apis This will provide access to apis in database.com.squareup.okhttp.CallSubscriptionValidationApi.apisGetAsync(String xWSO2Tenant, String apiId, String context, String version, String gatewayLabel, String accept, ApiCallback<APIListDTO> callback) Get all apis (asynchronously) This will provide access to apis in database.com.squareup.okhttp.CallSubscriptionValidationApi.apisGetCall(String xWSO2Tenant, String apiId, String context, String version, String gatewayLabel, String accept, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for apisGetSubscriptionValidationApi.apisGetWithHttpInfo(String xWSO2Tenant, String apiId, String context, String version, String gatewayLabel, String accept) Get all apis This will provide access to apis in database.SubscriptionValidationApi.applicationKeyMappingsGet(String xWSO2Tenant, String consumerKey, String keymanager) Get all application key mappings This will provide access to application vs key mappings in database.com.squareup.okhttp.CallSubscriptionValidationApi.applicationKeyMappingsGetAsync(String xWSO2Tenant, String consumerKey, String keymanager, ApiCallback<ApplicationKeyMappingListDTO> callback) Get all application key mappings (asynchronously) This will provide access to application vs key mappings in database.com.squareup.okhttp.CallSubscriptionValidationApi.applicationKeyMappingsGetCall(String xWSO2Tenant, String consumerKey, String keymanager, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for applicationKeyMappingsGetSubscriptionValidationApi.applicationKeyMappingsGetWithHttpInfo(String xWSO2Tenant, String consumerKey, String keymanager) Get all application key mappings This will provide access to application vs key mappings in database.SubscriptionValidationApi.applicationPoliciesGet(String xWSO2Tenant, String policyName) Get all application throttling policies This will provide access to application level throttling policies in database.com.squareup.okhttp.CallSubscriptionValidationApi.applicationPoliciesGetAsync(String xWSO2Tenant, String policyName, ApiCallback<ApplicationPolicyListDTO> callback) Get all application throttling policies (asynchronously) This will provide access to application level throttling policies in database.com.squareup.okhttp.CallSubscriptionValidationApi.applicationPoliciesGetCall(String xWSO2Tenant, String policyName, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for applicationPoliciesGetSubscriptionValidationApi.applicationPoliciesGetWithHttpInfo(String xWSO2Tenant, String policyName) Get all application throttling policies This will provide access to application level throttling policies in database.SubscriptionValidationApi.applicationsGet(String xWSO2Tenant, Integer appId) Get all applications This will provide access to applications in database.com.squareup.okhttp.CallSubscriptionValidationApi.applicationsGetAsync(String xWSO2Tenant, Integer appId, ApiCallback<ApplicationListDTO> callback) Get all applications (asynchronously) This will provide access to applications in database.com.squareup.okhttp.CallSubscriptionValidationApi.applicationsGetCall(String xWSO2Tenant, Integer appId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for applicationsGetSubscriptionValidationApi.applicationsGetWithHttpInfo(String xWSO2Tenant, Integer appId) Get all applications This will provide access to applications in database.ThrottlingApi.blockGet()blocking events available This will provide access to throttled events in database.com.squareup.okhttp.CallThrottlingApi.blockGetAsync(ApiCallback<Map<String, BlockConditionsDTO>> callback) blocking events available (asynchronously) This will provide access to throttled events in database.com.squareup.okhttp.CallThrottlingApi.blockGetCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for blockGetThrottlingApi.blockGetWithHttpInfo()blocking events available This will provide access to throttled events in database.voidRetrievingRuntimeArtifactsApi.endpointCertificatesGet(String xWSO2Tenant, String alias) Get all the endpoint certificates for given alias.com.squareup.okhttp.CallRetrievingRuntimeArtifactsApi.endpointCertificatesGetAsync(String xWSO2Tenant, String alias, ApiCallback<Void> callback) Get all the endpoint certificates for given alias.com.squareup.okhttp.CallRetrievingRuntimeArtifactsApi.endpointCertificatesGetCall(String xWSO2Tenant, String alias, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for endpointCertificatesGetRetrievingRuntimeArtifactsApi.endpointCertificatesGetWithHttpInfo(String xWSO2Tenant, String alias) Get all the endpoint certificates for given alias.voidRetrievingRuntimeArtifactsApi.gaConfigGet(String xWSO2Tenant, String apiId) Get Google analytics config related to tenant.com.squareup.okhttp.CallRetrievingRuntimeArtifactsApi.gaConfigGetAsync(String xWSO2Tenant, String apiId, ApiCallback<Void> callback) Get Google analytics config related to tenant.com.squareup.okhttp.CallRetrievingRuntimeArtifactsApi.gaConfigGetCall(String xWSO2Tenant, String apiId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for gaConfigGetRetrievingRuntimeArtifactsApi.gaConfigGetWithHttpInfo(String xWSO2Tenant, String apiId) Get Google analytics config related to tenant.SubscriptionValidationApi.globalPoliciesGet(String xWSO2Tenant, String policyName) Get all Global throttling policies This will provide access to global throttling policies in database.com.squareup.okhttp.CallSubscriptionValidationApi.globalPoliciesGetAsync(String xWSO2Tenant, String policyName, ApiCallback<GlobalPolicyListDTO> callback) Get all Global throttling policies (asynchronously) This will provide access to global throttling policies in database.com.squareup.okhttp.CallSubscriptionValidationApi.globalPoliciesGetCall(String xWSO2Tenant, String policyName, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for globalPoliciesGetSubscriptionValidationApi.globalPoliciesGetWithHttpInfo(String xWSO2Tenant, String policyName) Get all Global throttling policies This will provide access to global throttling policies in database.ThrottlingApi.isThrottledGet(String query) throttled events available This will provide access to throttled events in database.com.squareup.okhttp.CallThrottlingApi.isThrottledGetAsync(String query, ApiCallback<ThrottledEventDTO> callback) throttled events available (asynchronously) This will provide access to throttled events in database.com.squareup.okhttp.CallThrottlingApi.isThrottledGetCall(String query, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for isThrottledGetThrottlingApi.isThrottledGetWithHttpInfo(String query) throttled events available This will provide access to throttled events in database.DefaultApi.keymanagersGet(String xWSO2Tenant) An Array of key managers configured this will provide key managers configuredcom.squareup.okhttp.CallDefaultApi.keymanagersGetAsync(String xWSO2Tenant, ApiCallback<List<KeyManagerDTO>> callback) An Array of key managers configured (asynchronously) this will provide key managers configuredcom.squareup.okhttp.CallDefaultApi.keymanagersGetCall(String xWSO2Tenant, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for keymanagersGetDefaultApi.keymanagersGetWithHttpInfo(String xWSO2Tenant) An Array of key managers configured this will provide key managers configuredDefaultApi.keyTemplatesGet()An Array of key templates according to custom policies This will provide access to key templates define in custom policiescom.squareup.okhttp.CallDefaultApi.keyTemplatesGetAsync(ApiCallback<List<String>> callback) An Array of key templates according to custom policies (asynchronously) This will provide access to key templates define in custom policiescom.squareup.okhttp.CallDefaultApi.keyTemplatesGetCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for keyTemplatesGetDefaultApi.keyTemplatesGetWithHttpInfo()An Array of key templates according to custom policies This will provide access to key templates define in custom policiesGatewayMonitoringApi.notifyApiDeploymentStatusPost(GatewayDeploymentStatusAcknowledgmentListDTO body) Acknowledge an API Revision Deployment This endpoint is invoked by the Gateway to notify the Control Plane about the status of an API revision deployment or undeployment.com.squareup.okhttp.CallGatewayMonitoringApi.notifyApiDeploymentStatusPostAsync(GatewayDeploymentStatusAcknowledgmentListDTO body, ApiCallback<DeploymentAcknowledgmentResponseDTO> callback) Acknowledge an API Revision Deployment (asynchronously) This endpoint is invoked by the Gateway to notify the Control Plane about the status of an API revision deployment or undeployment.com.squareup.okhttp.CallGatewayMonitoringApi.notifyApiDeploymentStatusPostCall(GatewayDeploymentStatusAcknowledgmentListDTO body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for notifyApiDeploymentStatusPostGatewayMonitoringApi.notifyApiDeploymentStatusPostWithHttpInfo(GatewayDeploymentStatusAcknowledgmentListDTO body) Acknowledge an API Revision Deployment This endpoint is invoked by the Gateway to notify the Control Plane about the status of an API revision deployment or undeployment.GatewayLifecycleApi.notifyGatewayPost(NotifyGatewayPayloadDTO body) Gateway Register or Heartbeat Accepts a payload indicating either a gateway registration or a heartbeat update.com.squareup.okhttp.CallGatewayLifecycleApi.notifyGatewayPostAsync(NotifyGatewayPayloadDTO body, ApiCallback<NotifyGatewayStatusResponseDTO> callback) Gateway Register or Heartbeat (asynchronously) Accepts a payload indicating either a gateway registration or a heartbeat update.com.squareup.okhttp.CallGatewayLifecycleApi.notifyGatewayPostCall(NotifyGatewayPayloadDTO body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for notifyGatewayPostGatewayLifecycleApi.notifyGatewayPostWithHttpInfo(NotifyGatewayPayloadDTO body) Gateway Register or Heartbeat Accepts a payload indicating either a gateway registration or a heartbeat update.NotificationApi.notifyPost(String xWSO2KEYMANAGER, String body) Push notification events into nodes.com.squareup.okhttp.CallNotificationApi.notifyPostAsync(String xWSO2KEYMANAGER, String body, ApiCallback<Object> callback) Push notification events into nodes.com.squareup.okhttp.CallNotificationApi.notifyPostCall(String xWSO2KEYMANAGER, String body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for notifyPostNotificationApi.notifyPostWithHttpInfo(String xWSO2KEYMANAGER, String body) Push notification events into nodes.RevokeJwt_Api.revokedjwtGet()JTIs of revoked jwt tokens This will provide access to JTIs of revoked JWT tokens in database.com.squareup.okhttp.CallRevokeJwt_Api.revokedjwtGetAsync(ApiCallback<RevokedEventsDTO> callback) JTIs of revoked jwt tokens (asynchronously) This will provide access to JTIs of revoked JWT tokens in database.com.squareup.okhttp.CallRevokeJwt_Api.revokedjwtGetCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for revokedjwtGetRevokeJwt_Api.revokedjwtGetWithHttpInfo()JTIs of revoked jwt tokens This will provide access to JTIs of revoked JWT tokens in database.voidRetrievingRuntimeArtifactsApi.runtimeArtifactsGet(String xWSO2Tenant, String apiId, String gatewayLabel, String type, String name, String version) Get all the runtime artifacts for a given API UUID and gateway label This will provide access to runtime artifacts in database.com.squareup.okhttp.CallRetrievingRuntimeArtifactsApi.runtimeArtifactsGetAsync(String xWSO2Tenant, String apiId, String gatewayLabel, String type, String name, String version, ApiCallback<Void> callback) Get all the runtime artifacts for a given API UUID and gateway label (asynchronously) This will provide access to runtime artifacts in database.com.squareup.okhttp.CallRetrievingRuntimeArtifactsApi.runtimeArtifactsGetCall(String xWSO2Tenant, String apiId, String gatewayLabel, String type, String name, String version, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for runtimeArtifactsGetRetrievingRuntimeArtifactsApi.runtimeArtifactsGetWithHttpInfo(String xWSO2Tenant, String apiId, String gatewayLabel, String type, String name, String version) Get all the runtime artifacts for a given API UUID and gateway label This will provide access to runtime artifacts in database.Get all scopes.com.squareup.okhttp.CallSubscriptionValidationApi.scopesGetAsync(String xWSO2Tenant, String scopeKey, ApiCallback<ScopesListDTO> callback) Get all scopes.com.squareup.okhttp.CallSubscriptionValidationApi.scopesGetCall(String xWSO2Tenant, String scopeKey, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for scopesGetSubscriptionValidationApi.scopesGetWithHttpInfo(String xWSO2Tenant, String scopeKey) Get all scopes.SubscriptionValidationApi.subscriptionPoliciesGet(String xWSO2Tenant, String policyName) Get all subscription throttling policies This will provide access to subscription level throttling policies in database.com.squareup.okhttp.CallSubscriptionValidationApi.subscriptionPoliciesGetAsync(String xWSO2Tenant, String policyName, ApiCallback<SubscriptionPolicyListDTO> callback) Get all subscription throttling policies (asynchronously) This will provide access to subscription level throttling policies in database.com.squareup.okhttp.CallSubscriptionValidationApi.subscriptionPoliciesGetCall(String xWSO2Tenant, String policyName, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for subscriptionPoliciesGetSubscriptionValidationApi.subscriptionPoliciesGetWithHttpInfo(String xWSO2Tenant, String policyName) Get all subscription throttling policies This will provide access to subscription level throttling policies in database.SubscriptionValidationApi.subscriptionsGet(String xWSO2Tenant, Integer apiId, Integer appId) Get all subscriptions This will provide access to subscriptions in database.com.squareup.okhttp.CallSubscriptionValidationApi.subscriptionsGetAsync(String xWSO2Tenant, Integer apiId, Integer appId, ApiCallback<SubscriptionListDTO> callback) Get all subscriptions (asynchronously) This will provide access to subscriptions in database.com.squareup.okhttp.CallSubscriptionValidationApi.subscriptionsGetCall(String xWSO2Tenant, Integer apiId, Integer appId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for subscriptionsGetSubscriptionValidationApi.subscriptionsGetWithHttpInfo(String xWSO2Tenant, Integer apiId, Integer appId) Get all subscriptions This will provide access to subscriptions in database.RetrievingSynapseArtifactsApi.synapseAttributesGet(String apiName, String tenantDomain, String version) Get API UUID and label associated with it This will provide access to synapse artifacts in database.com.squareup.okhttp.CallRetrievingSynapseArtifactsApi.synapseAttributesGetAsync(String apiName, String tenantDomain, String version, ApiCallback<SynapseAttributesDTO> callback) Get API UUID and label associated with it (asynchronously) This will provide access to synapse artifacts in database.com.squareup.okhttp.CallRetrievingSynapseArtifactsApi.synapseAttributesGetCall(String apiName, String tenantDomain, String version, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for synapseAttributesGetRetrievingSynapseArtifactsApi.synapseAttributesGetWithHttpInfo(String apiName, String tenantDomain, String version) Get API UUID and label associated with it This will provide access to synapse artifacts in database.ThrottlingApi.throttleAsStringGet(String query) throttled events available This will provide access to throttled events in database.com.squareup.okhttp.CallThrottlingApi.throttleAsStringGetAsync(String query, ApiCallback<String> callback) throttled events available (asynchronously) This will provide access to throttled events in database.com.squareup.okhttp.CallThrottlingApi.throttleAsStringGetCall(String query, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for throttleAsStringGetThrottlingApi.throttleAsStringGetWithHttpInfo(String query) throttled events available This will provide access to throttled events in database.ThrottlingApi.throttleGet(String query) throttled events available This will provide access to throttled events in database.com.squareup.okhttp.CallThrottlingApi.throttleGetAsync(String query, ApiCallback<List<ThrottledEventDTO>> callback) throttled events available (asynchronously) This will provide access to throttled events in database.com.squareup.okhttp.CallThrottlingApi.throttleGetCall(String query, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for throttleGetThrottlingApi.throttleGetWithHttpInfo(String query) throttled events available This will provide access to throttled events in database.RetrievingWebhooksSubscriptionsApi.webhooksSubscriptionsGet(String xWSO2Tenant) Get webhooks subscriptions This will provide list of webhooks subscriptions from the database.com.squareup.okhttp.CallRetrievingWebhooksSubscriptionsApi.webhooksSubscriptionsGetAsync(String xWSO2Tenant, ApiCallback<WebhooksSubscriptionsListDTO> callback) Get webhooks subscriptions (asynchronously) This will provide list of webhooks subscriptions from the database.com.squareup.okhttp.CallRetrievingWebhooksSubscriptionsApi.webhooksSubscriptionsGetCall(String xWSO2Tenant, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for webhooksSubscriptionsGetRetrievingWebhooksSubscriptionsApi.webhooksSubscriptionsGetWithHttpInfo(String xWSO2Tenant) Get webhooks subscriptions This will provide list of webhooks subscriptions from the database.