it.could.webdav.methods
Class PROPFIND

java.lang.Object
  extended byit.could.webdav.methods.PROPFIND
All Implemented Interfaces:
DAVMethod

public class PROPFIND
extends Object
implements DAVMethod

WebDAV PROPFIND metohd implementation.

Author:
Pier Fumagalli

Constructor Summary
PROPFIND()
          Create a new PROPFIND instance.
 
Method Summary
 void process(DAVTransaction transaction, DAVResource resource)
          Process the PROPFIND method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PROPFIND

public PROPFIND()

Create a new PROPFIND instance.

Method Detail

process

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

Process the PROPFIND method.

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