Uses of Interface
net.webpdf.wsclient.session.soap.documents.SoapDocument
-
Packages that use SoapDocument Package Description net.webpdf.wsclient.session.soap net.webpdf.wsclient.session.soap.documents net.webpdf.wsclient.webservice.soap -
-
Uses of SoapDocument in net.webpdf.wsclient.session.soap
Classes in net.webpdf.wsclient.session.soap with type parameters of type SoapDocument Modifier and Type Class Description classAbstractSoapSession<T_SOAP_DOCUMENT extends SoapDocument>An instance ofAbstractSoapSessionestablishes and manages aWebServiceProtocol.SOAPconnection with a webPDF server.interfaceSoapSession<T_SOAP_DOCUMENT extends SoapDocument>A class implementingSoapSessionestablishes and manages aWebServiceProtocol.SOAPconnection with a webPDF server. -
Uses of SoapDocument in net.webpdf.wsclient.session.soap.documents
Classes in net.webpdf.wsclient.session.soap.documents that implement SoapDocument Modifier and Type Class Description classSoapWebServiceDocumentAn instance ofSoapWebServiceDocumentrepresents a document, as it is processed/created by aSoapWebService. -
Uses of SoapDocument in net.webpdf.wsclient.webservice.soap
Classes in net.webpdf.wsclient.webservice.soap with type parameters of type SoapDocument 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.
-