|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.could.webdav.methods.DELETE
WebDAV
DELETE metohd implementation.
| Constructor Summary | |
DELETE()
Create a new DELETE instance. |
|
| Method Summary | |
void |
process(DAVTransaction transaction,
DAVResource resource)
Process the DELETE method. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DELETE()
Create a new DELETE instance.
| Method Detail |
public void process(DAVTransaction transaction,
DAVResource resource)
throws IOException
Process the DELETE method.
process in interface DAVMethodtransaction - An object encapsulaing a WebDAV request/response.resource - The DAVResource to process.
IOException - If an I/O error occurred.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||