org.exist.http.webdav.methods
Class AbstractWebDAVMethod

java.lang.Object
  extended byorg.exist.http.webdav.methods.AbstractWebDAVMethod
All Implemented Interfaces:
WebDAVMethod
Direct Known Subclasses:
Copy, Delete, Get, Head, Lock, Mkcol, Move, Propfind, Put, Unlock

public abstract class AbstractWebDAVMethod
extends java.lang.Object
implements WebDAVMethod

Abstract base class for all WebDAV methods.

Author:
wolf

Field Summary
protected  BrokerPool pool
           
 
Constructor Summary
AbstractWebDAVMethod(BrokerPool pool)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.exist.http.webdav.WebDAVMethod
process
 

Field Detail

pool

protected BrokerPool pool
Constructor Detail

AbstractWebDAVMethod

public AbstractWebDAVMethod(BrokerPool pool)


<oXygen/> XML Editor provides support for editing and debugging XQuery expressions against the eXist XML Database.