it.could.webdav.methods
Class MKCOL

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

public class MKCOL
extends Object
implements DAVMethod

WebDAV MKCOL metohd implementation.

Author:
Pier Fumagalli

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

Constructor Detail

MKCOL

public MKCOL()

Create a new MKCOL instance.

Method Detail

process

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

Process the MKCOL 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.