Xindice API
version 1.2m1

org.apache.xindice.webadmin.webdav.components
Interface DAVComponent

All Known Implementing Classes:
Copy, Delete, Get, Head, Mkcol, Move, Options, Post, Propfind, Proppatch, Put, Search

public interface DAVComponent

The main WebDAV interface for requests to different kind of resources.

Version:
$Revision: 541515 $, $Date: 2007-05-24 22:45:06 -0400 (Thu, 24 May 2007) $
Author:
Gianugo Rabellino

Method Summary
 void execute(DAVRequest req, DAVResponse res, Location target)
          Executes request to a target location, that can be either root ("/"), collection, resource or an unknown location.
 

Method Detail

execute

public void execute(DAVRequest req,
                    DAVResponse res,
                    Location target)
             throws javax.servlet.ServletException,
                    IOException
Executes request to a target location, that can be either root ("/"), collection, resource or an unknown location.

Parameters:
req - WebDAV request
res - WebDAV servlet
target - target location
Throws:
javax.servlet.ServletException
IOException

Xindice API
version 1.2m1

Copyright (c) 1999-2007 The Apache Software Foundation. All Rights Reserved.