public interface Pdfa
| Modifier and Type | Method and Description |
|---|---|
@NotNull DataHandler |
execute(@NotNull OperationData operation,
@Nullable DataHandler fileContent,
@Nullable String fileURL)
This is the webservice execution method of the pdfa webservice interface.
|
@RequestWrapper(localName="execute", targetNamespace="http://schema.webpdf.de/1.0/soap/pdfa", className="net.webpdf.wsclient.webservice.stubs.pdfa.Execute") @ResponseWrapper(localName="executeResponse", targetNamespace="http://schema.webpdf.de/1.0/soap/pdfa", className="net.webpdf.wsclient.webservice.stubs.pdfa.ExecuteResponse") @Action(input="http://schema.webpdf.de/1.0/soap/pdfa/Pdfa/executeRequest", output="http://schema.webpdf.de/1.0/soap/pdfa/Pdfa/executeResponse", fault=@FaultAction(className=WebserviceException.class,value="http://schema.webpdf.de/1.0/soap/pdfa/Pdfa/execute/Fault/WebserviceException")) @NotNull @NotNull DataHandler execute(@NotNull @NotNull OperationData operation, @Nullable @Nullable DataHandler fileContent, @Nullable @Nullable String fileURL) throws WebserviceException
operation - The selected operation, configuration and parameterization of the webservice call.fileURL - The URL of the source file, that shall be processed. (might be null to select a file directly instead.)fileContent - The direct DataHandler of the source file. (might be null to select a resource via URL.)WebserviceException - Shall be thrown, when calling the webservice failed with an error code.Copyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.