it.could.webdav
Interface DAVMethod

All Known Implementing Classes:
COPY, DELETE, HEAD, MKCOL, OPTIONS, PROPFIND, PROPPATCH, PUT

public interface DAVMethod

An interface describing the implementation of a WebDAV method.

Author:
Pier Fumagalli

Method Summary
 void process(DAVTransaction transaction, DAVResource resource)
          Process the specified DAVTransaction.
 

Method Detail

process

public void process(DAVTransaction transaction,
                    DAVResource resource)
             throws IOException

Process the specified DAVTransaction.

Parameters:
transaction - An object encapsulaing a WebDAV request/response.
resource - The DAVResource to process.
Throws:
IOException - If an I/O error occurred.