public class ReportingRestfulServiceClient extends RestfulServiceClient
authorizationData, environment, HttpDelete, HttpPost, HttpPut, soapService| Constructor and Description |
|---|
ReportingRestfulServiceClient(AuthorizationData authData,
ApiEnvironment env,
Class serviceInterface) |
| Modifier and Type | Method and Description |
|---|---|
PollGenerateReportResponse |
pollGenerateReport(PollGenerateReportRequest request) |
jakarta.xml.ws.Response<PollGenerateReportResponse> |
pollGenerateReportAsync(PollGenerateReportRequest request) |
Future<?> |
pollGenerateReportAsync(PollGenerateReportRequest request,
jakarta.xml.ws.AsyncHandler<PollGenerateReportResponse> asyncHandler) |
SubmitGenerateReportResponse |
submitGenerateReport(SubmitGenerateReportRequest request) |
jakarta.xml.ws.Response<SubmitGenerateReportResponse> |
submitGenerateReportAsync(SubmitGenerateReportRequest request) |
Future<?> |
submitGenerateReportAsync(SubmitGenerateReportRequest request,
jakarta.xml.ws.AsyncHandler<SubmitGenerateReportResponse> asyncHandler) |
sendRequest, sendRequestAsync, sendRequestAsync, setSoapServicethrowException, throwExecutionExceptionpublic ReportingRestfulServiceClient(AuthorizationData authData, ApiEnvironment env, Class serviceInterface)
public SubmitGenerateReportResponse submitGenerateReport(SubmitGenerateReportRequest request) throws Exception
Exceptionpublic jakarta.xml.ws.Response<SubmitGenerateReportResponse> submitGenerateReportAsync(SubmitGenerateReportRequest request) throws URISyntaxException, IOException, InterruptedException, ExecutionException
public Future<?> submitGenerateReportAsync(SubmitGenerateReportRequest request, jakarta.xml.ws.AsyncHandler<SubmitGenerateReportResponse> asyncHandler) throws URISyntaxException, IOException, InterruptedException, ExecutionException
public PollGenerateReportResponse pollGenerateReport(PollGenerateReportRequest request) throws Exception
Exceptionpublic jakarta.xml.ws.Response<PollGenerateReportResponse> pollGenerateReportAsync(PollGenerateReportRequest request) throws URISyntaxException, IOException, InterruptedException, ExecutionException
public Future<?> pollGenerateReportAsync(PollGenerateReportRequest request, jakarta.xml.ws.AsyncHandler<PollGenerateReportResponse> asyncHandler) throws URISyntaxException, IOException, InterruptedException, ExecutionException
Copyright © 2024. All rights reserved.