Uses of Class
net.webpdf.wsclient.schema.stubs.WebServiceException
-
Packages that use WebServiceException Package Description net.webpdf.wsclient.exception net.webpdf.wsclient.schema.stubs net.webpdf.wsclient.webservice.soap -
-
Uses of WebServiceException in net.webpdf.wsclient.exception
Constructors in net.webpdf.wsclient.exception with parameters of type WebServiceException Constructor Description ServerResultException(@Nullable WebServiceException soapStubException)Instantiates a newServerResultExceptionthat wraps a webPDF server fail state. -
Uses of WebServiceException in net.webpdf.wsclient.schema.stubs
Methods in net.webpdf.wsclient.schema.stubs that throw WebServiceException 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 WebServiceException in net.webpdf.wsclient.webservice.soap
Methods in net.webpdf.wsclient.webservice.soap that throw WebServiceException Modifier and Type Method Description protected @Nullable jakarta.activation.DataHandlerBarcodeWebService. processService(T_SOAP_DOCUMENT sourceDocument)Executes theBarcodeWebServiceoperation and returns theDataHandlerof the result document.protected @Nullable jakarta.activation.DataHandlerConverterWebService. processService(T_SOAP_DOCUMENT sourceDocument)Executes theConverterWebServiceoperation and returns theDataHandlerof the result document.protected @Nullable jakarta.activation.DataHandlerOcrWebService. processService(T_SOAP_DOCUMENT sourceDocument)Executes theOcrWebServiceoperation and returns theDataHandlerof the result document.protected @Nullable jakarta.activation.DataHandlerPdfaWebService. processService(T_SOAP_DOCUMENT sourceDocument)Executes thePdfaWebServiceoperation and returns theDataHandlerof the result document.protected @Nullable jakarta.activation.DataHandlerSignatureWebService. processService(T_SOAP_DOCUMENT sourceDocument)Executes theSignatureWebServiceoperation and returns theDataHandlerof the result document.protected abstract @Nullable jakarta.activation.DataHandlerSoapWebService. processService(T_SOAP_DOCUMENT sourceDocument)Execute the webservice operation and returns theDataHandlerof the resulting document.protected @Nullable jakarta.activation.DataHandlerToolboxWebService. processService(T_SOAP_DOCUMENT sourceDocument)Executes theToolboxWebServiceoperation and returns theDataHandlerof the result document.protected @Nullable jakarta.activation.DataHandlerUrlConverterWebService. processService(T_SOAP_DOCUMENT sourceDocument)Executes theUrlConverterWebServiceoperation and returns theDataHandlerof the result document.
-