Uses of Interface
net.webpdf.wsclient.webservice.WebService
-
Packages that use WebService Package Description net.webpdf.wsclient.webservice net.webpdf.wsclient.webservice.rest net.webpdf.wsclient.webservice.soap -
-
Uses of WebService in net.webpdf.wsclient.webservice
Classes in net.webpdf.wsclient.webservice that implement WebService Modifier and Type Class Description classAbstractWebService<T_SESSION extends Session,T_OPERATION_DATA,T_OPERATION_PARAMETER,T_DOCUMENT extends Document,T_BILLING,T_PASSWORD,T_SETTINGS>An instance ofAbstractWebServicewraps a wsclient connection to a specific webPDF webservice endpoint (WebServiceType), using a specificWebServiceProtocoland expecting a specificDocumenttype as the result.Methods in net.webpdf.wsclient.webservice with type parameters of type WebService Modifier and Type Method Description static <T_DOCUMENT extends Document,T_WEBSERVICE extends WebService<?,?,T_DOCUMENT,?,?,?>>
T_WEBSERVICEWebServiceFactory. createInstance(@NotNull Session session, @NotNull StreamSource streamSource)Creates a matchingWebServiceinstance to execute a webPDF operation.static <T_DOCUMENT extends Document,T_WEBSERVICE extends WebService<?,?,T_DOCUMENT,?,?,?>>
T_WEBSERVICEWebServiceFactory. createInstance(@NotNull Session session, @NotNull WebServiceType webServiceType)Creates a matchingWebServiceinstance to execute a webPDF operation. -
Uses of WebService in net.webpdf.wsclient.webservice.rest
Classes in net.webpdf.wsclient.webservice.rest that implement WebService Modifier and Type Class Description classBarcodeRestWebService<T_REST_DOCUMENT extends RestDocument>An instance ofBarcodeRestWebServicewraps a wsclient connection to the webPDF webservice endpointWebServiceType.BARCODE, usingWebServiceProtocol.RESTand expecting aRestDocumentas the result.classConverterRestWebService<T_REST_DOCUMENT extends RestDocument>An instance ofConverterRestWebServicewraps a wsclient connection to the webPDF webservice endpointWebServiceType.CONVERTER, usingWebServiceProtocol.RESTand expecting aRestDocumentas the result.classOcrRestWebService<T_REST_DOCUMENT extends RestDocument>An instance ofOcrRestWebServicewraps a wsclient connection to the webPDF webservice endpointWebServiceType.OCR, usingWebServiceProtocol.RESTand expecting aRestDocumentas the result.classPdfaRestWebService<T_REST_DOCUMENT extends RestDocument>An instance ofPdfaRestWebServicewraps a wsclient connection to the webPDF webservice endpointWebServiceType.PDFA, usingWebServiceProtocol.RESTand expecting aRestDocumentas the result.classRestWebService<T_OPERATION_DATA,T_OPERATION_PARAMETER,T_REST_DOCUMENT extends RestDocument>An instance ofRestWebServicewraps a wsclient connection to a specific webPDF webservice endpoint (WebServiceType), usingWebServiceProtocol.RESTand expecting aRestDocumentas the result.classSignatureRestWebService<T_REST_DOCUMENT extends RestDocument>An instance ofSignatureRestWebServicewraps a wsclient connection to the webPDF webservice endpointWebServiceType.SIGNATURE, usingWebServiceProtocol.RESTand expecting aRestDocumentas the result.classToolboxRestWebService<T_REST_DOCUMENT extends RestDocument>An instance ofToolboxRestWebServicewraps a wsclient connection to the webPDF webservice endpointWebServiceType.TOOLBOX, usingWebServiceProtocol.RESTand expecting aRestDocumentas the result.classUrlConverterRestWebService<T_REST_DOCUMENT extends RestDocument>An instance ofUrlConverterRestWebServicewraps a wsclient connection to the webPDF webservice endpointWebServiceType.URLCONVERTER, usingWebServiceProtocol.RESTand expecting aRestDocumentas the result. -
Uses of WebService in net.webpdf.wsclient.webservice.soap
Classes in net.webpdf.wsclient.webservice.soap that implement WebService 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.classSoapWebService<T_WEBPDF_PORT,T_OPERATION_PARAMETER,T_SOAP_DOCUMENT extends SoapDocument>An instance ofSoapWebServicewraps a wsclient connection to a specific webPDF webservice endpoint (WebServiceType), 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.
-