nl.hippo.client.webdav.method
Class Get

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

public class Get
extends Object

Implements the WebDav GET method.


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

Constructor Detail

Get

public Get(WebdavConfig config)
Method Detail

execute

public WebdavResponse execute(DocumentPath path)
                       throws ClientException
Throws:
ClientException

execute

public WebdavResponse execute(WebdavCacheHandler cache,
                              DocumentPath path)
                       throws ClientException
Throws:
ClientException


Copyright © 2006-2009 Hippo. All Rights Reserved.