nl.hippo.client.webdav.method
Class Put

java.lang.Object
  extended by nl.hippo.client.webdav.method.Put

public class Put
extends Object

Implements the WebDav PUT method.


Constructor Summary
Put(WebdavConfig config)
           
 
Method Summary
 WebdavResponse execute(DocumentPath path, InputStream putObject)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Put

public Put(WebdavConfig config)
Method Detail

execute

public WebdavResponse execute(DocumentPath path,
                              InputStream putObject)
                       throws ClientException
Throws:
ClientException


Copyright © 2006-2009 Hippo. All Rights Reserved.