it.could.webdav
Class DAVProcessor

java.lang.Object
  extended byit.could.webdav.DAVProcessor

public class DAVProcessor
extends Object

The WebDAV transactions processor.

Author:
Pier Fumagalli

Field Summary
static String METHODS
          All the implemented methods, comma separated.
 
Constructor Summary
DAVProcessor(DAVRepository repository)
          Create a new DAVProcessor instance.
 
Method Summary
 void process(DAVTransaction transaction)
          Process the specified DAVTransaction fully.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

METHODS

public static final String METHODS

All the implemented methods, comma separated.

See Also:
Constant Field Values
Constructor Detail

DAVProcessor

public DAVProcessor(DAVRepository repository)

Create a new DAVProcessor instance.

Method Detail

process

public void process(DAVTransaction transaction)
             throws IOException

Process the specified DAVTransaction fully.

Throws:
IOException