Uses of Interface
com.sas.services.publish.webdav.DAVTransportInterface

Packages that use DAVTransportInterface
com.sas.services.publish Publish services. 
 

Uses of DAVTransportInterface in com.sas.services.publish
 

Methods in com.sas.services.publish that return DAVTransportInterface
 DAVTransportInterface TransportFactory.getDAVTransport(ContentDestination content, LoggerInterface logger, SessionContextInterface sessionContext)
          Deprecated. Use TransportFactory.getDAVTransport(ContentDestination, SessionContextInterface)
 DAVTransportInterface TransportFactory.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.
 DAVTransportInterface TransportFactory.getDAVTransport(java.lang.String url, java.lang.String domain, LoggerInterface logger, SessionContextInterface sessionContext)
          Deprecated. Use TransportFactory.getDAVTransport(String, String, SessionContextInterface)
 DAVTransportInterface TransportFactory.getDAVTransport(java.lang.String url, java.lang.String domain, SessionContextInterface sessionContext)
          Creates an instance of the WebDAV transport.
 DAVTransportInterface TransportFactory.getDAVTransport(java.lang.String url, java.lang.String username, java.lang.String password, LoggerInterface logger, SessionContextInterface sessionContext)
          Deprecated. Use TransportFactory.getDAVTransportWithCredentials(String, String, String, SessionContextInterface)
 DAVTransportInterface TransportFactory.getDAVTransportWithCredentials(java.lang.String url, java.lang.String username, java.lang.String password, SessionContextInterface sessionContext)
          Creates an instance of the WebDAV transport.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.