org.apache.geronimo.webdav
Interface DAVServer

All Known Implementing Classes:
JettyDAVServer

public interface DAVServer

A DAVServer is an HTTP server providing WebDAV capabilities. It allows to expose, edit and manage a set of repositories remotely via a WebDAV client.
The WebDAV protocol could "potentially" be the preferred transport to distribute a component as its base protocol, HTTP, can usually traverse firewalls.
It is a composition of connectors and repositories.

Version:
$Revision: 1.3 $ $Date: 2004/03/10 10:00:41 $

Method Summary
 Collection getConnectors()
          Gets the connectors of this server.
 Collection getRepositories()
          Gets the repositories of this server.
 

Method Detail

getConnectors

public Collection getConnectors()
Gets the connectors of this server.

Returns:
Collection of Connector instances associated to this server.

getRepositories

public Collection getRepositories()
Gets the repositories of this server.

Returns:
Collection of DAVRepository instances associated to this server.


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.