|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.could.webdav.methods.PUT
WebDAV
PUT
metohd implementation.
Constructor Summary | |
PUT()
Create a new PUT instance. |
Method Summary | |
void |
process(DAVTransaction transaction,
DAVResource resource)
Process the PUT method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PUT()
Create a new PUT
instance.
Method Detail |
public void process(DAVTransaction transaction, DAVResource resource) throws IOException
Process the PUT
method.
process
in interface DAVMethod
transaction
- 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 |