Package net.webpdf.wsclient.webservice
-
Interface Summary Interface Description WebService<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. -
Class Summary Class Description AbstractWebService<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.WebServiceFactory An instance ofWebServiceFactoryproducesWebServiceinstances that establish connections to specific webPDF webservice endpoints (WebServiceType), using a specificWebServiceProtocoland expecting a specificDocumenttype as the result. -
Enum Summary Enum Description WebServiceProtocol Selects the webservice protocol/paradigm used to connect the webPDF server and structure webservice requests.WebServiceType Enumerates the availableWebServiceendpoints of the webPDF server, that are known to this version of the wsclient.