it.could.webdav.methods
Class MOVE

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

public class MOVE
extends COPY

WebDAV MOVE metohd implementation.

Author:
Pier Fumagalli

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

Constructor Detail

MOVE

public MOVE()

Create a new MOVE instance.

Method Detail

process

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

Process the MOVE method.

Specified by:
process in interface DAVMethod
Overrides:
process in class COPY
Throws:
IOException