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

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

Methods in org.apache.jackrabbit.webdav that return BindInfo
 BindInfo WebdavRequestImpl.getBindInfo()
           
 

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

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

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

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



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