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
Subclasses of WebServiceException in net.webpdf.wsclient.schema.stubs Modifier and Type Class Description classBarcodeWebServiceExceptionAn instance ofBarcodeWebServiceExceptionwill be encountered in case the webPDF server´s response indicates the failure of a webservice call, it shall describe the failure, by providing a detailedBarcodeFaultInfodescribing the issue.classConverterWebServiceExceptionAn instance ofConverterWebServiceExceptionwill be encountered in case the webPDF server´s response indicates the failure of a webservice call, it shall describe the failure, by providing a detailedConverterFaultInfodescribing the issue.classOCRWebServiceExceptionAn instance ofOCRWebServiceExceptionwill be encountered in case the webPDF server´s response indicates the failure of a webservice call, it shall describe the failure, by providing a detailedFaultInfodescribing the issue.classPdfaWebServiceExceptionAn instance ofPdfaWebServiceExceptionwill be encountered in case the webPDF server´s response indicates the failure of a webservice call, it shall describe the failure, by providing a detailedFaultInfodescribing the issue.classSignatureWebServiceExceptionAn instance ofSignatureWebServiceExceptionwill be encountered in case the webPDF server´s response indicates the failure of a webservice call, it shall describe the failure, by providing a detailedFaultInfodescribing the issue.classToolboxWebServiceExceptionAn instance ofToolboxWebServiceExceptionwill be encountered in case the webPDF server´s response indicates the failure of a webservice call, it shall describe the failure, by providing a detailedFaultInfodescribing the issue.classURLConverterWebServiceExceptionAn instance ofURLConverterWebServiceExceptionwill be encountered in case the webPDF server´s response indicates the failure of a webservice call, it shall describe the failure, by providing a detailedFaultInfodescribing the issue. -
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.
-