Uses of Interface
net.webpdf.wsclient.session.rest.RestSession
-
-
Uses of RestSession in net.webpdf.wsclient.session.connection.http
Methods in net.webpdf.wsclient.session.connection.http with parameters of type RestSession Modifier and Type Method Description static @NotNull HttpRestRequestHttpRestRequest. createRequest(@NotNull RestSession<?> session)Creates aHttpRestRequestpreparing and executing a request for a givenRestSessionto provide a matching response object. -
Uses of RestSession in net.webpdf.wsclient.session.rest
Classes in net.webpdf.wsclient.session.rest that implement RestSession 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 RestSession in net.webpdf.wsclient.session.rest.administration
Methods in net.webpdf.wsclient.session.rest.administration that return RestSession Modifier and Type Method Description @NotNull RestSession<T_REST_DOCUMENT>AbstractAdministrationManager. getSession()Returns theRestSessionused by thisAdministrationManager.@NotNull RestSession<T_REST_DOCUMENT>AdministrationManager. getSession()Returns theRestSessionused by thisAdministrationManager.Constructors in net.webpdf.wsclient.session.rest.administration with parameters of type RestSession Constructor Description RestAdministrationManager(@NotNull RestSession<RestWebServiceDocument> session)Initializes aRestAdministrationManagerfor the givenRestSession. -
Uses of RestSession in net.webpdf.wsclient.session.rest.documents
Methods in net.webpdf.wsclient.session.rest.documents that return RestSession Modifier and Type Method Description @NotNull RestSession<T_REST_DOCUMENT>AbstractDocumentManager. getSession()@NotNull RestSession<T_REST_DOCUMENT>DocumentManager. getSession()Constructors in net.webpdf.wsclient.session.rest.documents with parameters of type RestSession Constructor Description AbstractDocumentManager(@NotNull RestSession<T_REST_DOCUMENT> session)Initializes aDocumentManagerfor the givenRestSession.RestWebServiceDocumentManager(@NotNull RestSession<RestWebServiceDocument> session)Initializes aRestWebServiceDocumentManagerfor the givenRestSession. -
Uses of RestSession in net.webpdf.wsclient.webservice.rest
-