Uses of Class
org.apache.jackrabbit.webdav.bind.UnbindInfo

Packages that use UnbindInfo
org.apache.jackrabbit.webdav   
org.apache.jackrabbit.webdav.bind   
org.apache.jackrabbit.webdav.client.methods This package contains classes and utilities used to build a WebDAV client implementation. 
 

Uses of UnbindInfo in org.apache.jackrabbit.webdav
 

Methods in org.apache.jackrabbit.webdav that return UnbindInfo
 UnbindInfo WebdavRequestImpl.getUnbindInfo()
           
 

Uses of UnbindInfo in org.apache.jackrabbit.webdav.bind
 

Methods in org.apache.jackrabbit.webdav.bind that return UnbindInfo
static UnbindInfo UnbindInfo.createFromXml(Element root)
          Build an UnbindInfo object from the root element present in the request body.
 UnbindInfo BindServletRequest.getUnbindInfo()
          Returns the UnbindInfo present with the request
 

Uses of UnbindInfo in org.apache.jackrabbit.webdav.client.methods
 

Constructors in org.apache.jackrabbit.webdav.client.methods with parameters of type UnbindInfo
UnbindMethod(String uri, UnbindInfo info)
           
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.