Uses of Interface
net.webpdf.wsclient.session.documents.Document
-
Packages that use Document Package Description net.webpdf.wsclient.session.documents net.webpdf.wsclient.session.rest.documents net.webpdf.wsclient.session.soap.documents net.webpdf.wsclient.webservice -
-
Uses of Document in net.webpdf.wsclient.session.documents
Classes in net.webpdf.wsclient.session.documents that implement Document Modifier and Type Class Description classAbstractDocumentAn instance ofAbstractDocumentrepresents a document as it is processed/created by aWebServiceor uploaded to the webPDF server. -
Uses of Document in net.webpdf.wsclient.session.rest.documents
Subinterfaces of Document in net.webpdf.wsclient.session.rest.documents Modifier and Type Interface Description interfaceRestDocumentA class implementingRestDocumentrepresents a document, that has been uploaded to a webPDF server.Classes in net.webpdf.wsclient.session.rest.documents that implement Document Modifier and Type Class Description classRestWebServiceDocumentAn instance ofRestWebServiceDocumentrepresents a document, that has been uploaded to a webPDF server. -
Uses of Document in net.webpdf.wsclient.session.soap.documents
Subinterfaces of Document in net.webpdf.wsclient.session.soap.documents Modifier and Type Interface Description interfaceSoapDocumentA class implementingSoapDocumentrepresents a document, as it is processed/created by aSoapWebService.Classes in net.webpdf.wsclient.session.soap.documents that implement Document Modifier and Type Class Description classSoapWebServiceDocumentAn instance ofSoapWebServiceDocumentrepresents a document, as it is processed/created by aSoapWebService. -
Uses of Document in net.webpdf.wsclient.webservice
Classes in net.webpdf.wsclient.webservice with type parameters of type Document 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.interfaceWebService<T_SESSION extends Session,T_OPERATION_PARAMETER,T_DOCUMENT extends Document,T_BILLING,T_PASSWORD,T_SETTINGS>A class implementingWebServiceTypewraps 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 Document 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.
-