Uses of Class
net.webpdf.wsclient.schema.operation.OperationData
-
Packages that use OperationData Package Description net.webpdf.wsclient.schema.operation net.webpdf.wsclient.schema.stubs net.webpdf.wsclient.webservice.soap -
-
Uses of OperationData in net.webpdf.wsclient.schema.operation
Methods in net.webpdf.wsclient.schema.operation that return OperationData Modifier and Type Method Description OperationDataObjectFactory. createOperationData()Create an instance ofOperationData -
Uses of OperationData in net.webpdf.wsclient.schema.stubs
Methods in net.webpdf.wsclient.schema.stubs with parameters of type OperationData Modifier and Type Method Description @NotNull jakarta.activation.DataHandlerBarcode. execute(@NotNull OperationData operation, @Nullable jakarta.activation.DataHandler fileContent, @Nullable String fileURL)This is the webservice execution method of theWebServiceType.BARCODEwebservice interface.@NotNull jakarta.activation.DataHandlerConverter. execute(@NotNull OperationData operation, @Nullable jakarta.activation.DataHandler fileContent, @Nullable String fileURL)This is the webservice execution method of theWebServiceType.CONVERTERwebservice interface.@NotNull jakarta.activation.DataHandlerOCR. execute(@NotNull OperationData operation, @Nullable jakarta.activation.DataHandler fileContent, @Nullable String fileURL)This is the webservice execution method of theWebServiceType.OCRwebservice interface.@NotNull jakarta.activation.DataHandlerPdfa. execute(@NotNull OperationData operation, @Nullable jakarta.activation.DataHandler fileContent, @Nullable String fileURL)This is the webservice execution method of theWebServiceType.PDFAwebservice interface.@NotNull jakarta.activation.DataHandlerSignature. execute(@NotNull OperationData operation, @Nullable jakarta.activation.DataHandler fileContent, @Nullable String fileURL)This is the webservice execution method of theWebServiceType.SIGNATUREwebservice interface.@NotNull jakarta.activation.DataHandlerToolbox. execute(@NotNull OperationData operation, @Nullable jakarta.activation.DataHandler fileContent, @Nullable String fileURL)This is the webservice execution method of theWebServiceType.TOOLBOXwebservice interface.@NotNull jakarta.activation.DataHandlerURLConverter. execute(@NotNull OperationData operation)This is the webservice execution method of theWebServiceType.URLCONVERTERwebservice interface. -
Uses of OperationData in net.webpdf.wsclient.webservice.soap
Methods in net.webpdf.wsclient.webservice.soap that return OperationData Modifier and Type Method Description protected @NotNull OperationDataBarcodeWebService. initOperation()Initializes and prepares the execution of thisBarcodeWebService.protected @NotNull OperationDataConverterWebService. initOperation()Initializes and prepares the execution of thisConverterWebService.protected @NotNull OperationDataOcrWebService. initOperation()Initializes and prepares the execution of thisOcrWebService.protected @NotNull OperationDataPdfaWebService. initOperation()Initializes and prepares the execution of thisPdfaWebService.protected @NotNull OperationDataSignatureWebService. initOperation()Initializes and prepares the execution of thisSignatureWebService.protected @NotNull OperationDataToolboxWebService. initOperation()Initializes and prepares the execution of thisToolboxWebService.protected @NotNull OperationDataUrlConverterWebService. initOperation()Initializes and prepares the execution of thisUrlConverterWebService.
-