Uses of Interface
com.sas.services.publish.webdav.DAVTransportInterface
Packages that use DAVTransportInterface
-
Uses of DAVTransportInterface in com.sas.services.publish
Methods in com.sas.services.publish that return DAVTransportInterfaceModifier and TypeMethodDescriptionTransportFactory.getDAVTransport(ContentDestination content, SessionContextInterface sessionContext) Creates an instance of the WebDAV transport that can be used to publish a result package to a WebDAV server, and to retrieve a result package from a WebDAV server.TransportFactory.getDAVTransport(ContentDestination content, org.apache.logging.log4j.Logger logger, SessionContextInterface sessionContext) Deprecated.TransportFactory.getDAVTransport(String url, String domain, SessionContextInterface sessionContext) Creates an instance of the WebDAV transport.TransportFactory.getDAVTransport(String url, String username, String password, org.apache.logging.log4j.Logger logger, SessionContextInterface sessionContext) TransportFactory.getDAVTransport(String url, String domain, org.apache.logging.log4j.Logger logger, SessionContextInterface sessionContext) TransportFactory.getDAVTransportWithCredentials(String url, String username, String password, SessionContextInterface sessionContext) Creates an instance of the WebDAV transport.
TransportFactory.getDAVTransport(ContentDestination, SessionContextInterface)