Uses of Class
net.webpdf.wsclient.session.AbstractSession
-
Packages that use AbstractSession Package Description net.webpdf.wsclient.session.rest net.webpdf.wsclient.session.soap -
-
Uses of AbstractSession in net.webpdf.wsclient.session.rest
Subclasses of AbstractSession in net.webpdf.wsclient.session.rest Modifier and Type Class Description classAbstractRestSession<T_REST_DOCUMENT extends RestDocument>An instance ofAbstractRestSessionestablishes and manages aWebServiceProtocol.RESTconnection with a webPDF server.classRestWebServiceSessionAn instance ofRestWebServiceSessionestablishes and manages aWebServiceProtocol.RESTconnection with a webPDF server. -
Uses of AbstractSession in net.webpdf.wsclient.session.soap
Subclasses of AbstractSession in net.webpdf.wsclient.session.soap Modifier and Type Class Description classAbstractSoapSession<T_SOAP_DOCUMENT extends SoapDocument>An instance ofAbstractSoapSessionestablishes and manages aWebServiceProtocol.SOAPconnection with a webPDF server.classSoapWebServiceSessionAn instance ofSoapWebServiceSessionestablishes and manages aWebServiceProtocol.SOAPconnection with a webPDF server.
-