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

Packages that use RebindInfo
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 RebindInfo in org.apache.jackrabbit.webdav
 

Methods in org.apache.jackrabbit.webdav that return RebindInfo
 RebindInfo WebdavRequestImpl.getRebindInfo()
           
 

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

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

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

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



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