Uses of Class
net.webpdf.wsclient.webservice.soap.SoapWebService
-
Packages that use SoapWebService Package Description net.webpdf.wsclient.session.soap net.webpdf.wsclient.webservice.soap -
-
Uses of SoapWebService in net.webpdf.wsclient.session.soap
Methods in net.webpdf.wsclient.session.soap with type parameters of type SoapWebService Modifier and Type Method Description <T_WEBSERVICE extends SoapWebService<?,?,?>>
T_WEBSERVICESoapSession. createWebServiceInstance(@NotNull WebServiceType webServiceType)Creates a matchingSoapWebServiceinstance to execute a webPDF operation for the current session.<T_WEBSERVICE extends SoapWebService<?,?,?>>
T_WEBSERVICESoapWebServiceSession. createWebServiceInstance(@NotNull WebServiceType webServiceType)Creates a matchingSoapWebServiceinstance to execute a webPDF operation for the current session. -
Uses of SoapWebService in net.webpdf.wsclient.webservice.soap
Subclasses of SoapWebService in net.webpdf.wsclient.webservice.soap Modifier and Type Class Description classBarcodeWebService<T_SOAP_DOCUMENT extends SoapDocument>An instance ofBarcodeWebServicewraps a wsclient connection to the webPDF webservice endpointWebServiceType.BARCODE, usingWebServiceProtocol.SOAPand expecting aSoapDocumentas the result.classConverterWebService<T_SOAP_DOCUMENT extends SoapDocument>An instance ofConverterWebServicewraps a wsclient connection to the webPDF webservice endpointWebServiceType.CONVERTER, usingWebServiceProtocol.SOAPand expecting aSoapDocumentas the result.classOcrWebService<T_SOAP_DOCUMENT extends SoapDocument>An instance ofOcrWebServicewraps a wsclient connection to the webPDF webservice endpointWebServiceType.OCR, usingWebServiceProtocol.SOAPand expecting aSoapDocumentas the result.classPdfaWebService<T_SOAP_DOCUMENT extends SoapDocument>An instance ofPdfaWebServicewraps a wsclient connection to the webPDF webservice endpointWebServiceType.PDFA, usingWebServiceProtocol.SOAPand expecting aSoapDocumentas the result.classSignatureWebService<T_SOAP_DOCUMENT extends SoapDocument>An instance ofSignatureWebServicewraps a wsclient connection to the webPDF webservice endpointWebServiceType.SIGNATURE, usingWebServiceProtocol.SOAPand expecting aSoapDocumentas the result.classToolboxWebService<T_SOAP_DOCUMENT extends SoapDocument>An instance ofToolboxWebServicewraps a wsclient connection to the webPDF webservice endpointWebServiceType.TOOLBOX, usingWebServiceProtocol.SOAPand expecting aSoapDocumentas the result.classUrlConverterWebService<T_SOAP_DOCUMENT extends SoapDocument>An instance ofUrlConverterWebServicewraps a wsclient connection to the webPDF webservice endpointWebServiceType.URLCONVERTER, usingWebServiceProtocol.SOAPand expecting aSoapDocumentas the result.
-