public interface Converter
| 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 converter webservice interface.
|
@RequestWrapper(localName="execute", targetNamespace="http://schema.webpdf.de/1.0/soap/converter", className="net.webpdf.wsclient.webservice.stubs.converter.Execute") @ResponseWrapper(localName="executeResponse", targetNamespace="http://schema.webpdf.de/1.0/soap/converter", className="net.webpdf.wsclient.webservice.stubs.converter.ExecuteResponse") @Action(input="http://schema.webpdf.de/1.0/soap/converter/Converter/executeRequest", output="http://schema.webpdf.de/1.0/soap/converter/Converter/executeResponse", fault=@FaultAction(className=WebserviceException.class,value="http://schema.webpdf.de/1.0/soap/converter/Converter/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–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.