Uses of Interface
net.webpdf.wsclient.schema.stubs.FaultInfo
-
Packages that use FaultInfo Package Description net.webpdf.wsclient.schema.stubs -
-
Uses of FaultInfo in net.webpdf.wsclient.schema.stubs
Classes in net.webpdf.wsclient.schema.stubs that implement FaultInfo Modifier and Type Class Description classBarcodeFaultInfoAn instance ofBarcodeFaultInfowill be encountered in case the webPDF server´s response indicates the failure of a webservice call.classConverterFaultInfoAn instance ofConverterFaultInfowill be encountered in case the webPDF server´s response indicates the failure of a webservice call.classOCRFaultInfoAn instance ofOCRFaultInfowill be encountered in case the webPDF server´s response indicates the failure of a webservice call.classPdfaFaultInfoAn instance ofPdfaFaultInfowill be encountered in case the webPDF server´s response indicates the failure of a webservice call.classSignatureFaultInfoAn instance ofSignatureFaultInfowill be encountered in case the webPDF server´s response indicates the failure of a webservice call.classToolboxFaultInfoAn instance ofToolboxFaultInfowill be encountered in case the webPDF server´s response indicates the failure of a webservice call.classURLConverterFaultInfoAn instance ofURLConverterFaultInfowill be encountered in case the webPDF server´s response indicates the failure of a webservice call.Methods in net.webpdf.wsclient.schema.stubs that return FaultInfo Modifier and Type Method Description abstract @NotNull FaultInfoWebServiceException. getFaultInfo()Returns the fault info object of this exception, containing more detailed information about theWebServiceException, that occurred on the server side.
-