Uses of Class
org.apache.jackrabbit.webdav.bind.BindInfo
- 
Packages that use BindInfo Package Description org.apache.jackrabbit.webdav org.apache.jackrabbit.webdav.bind org.apache.jackrabbit.webdav.client.methods Provides classes for use with the Apache HttpClient, supporting WebDAV request methods.
- 
- 
Uses of BindInfo in org.apache.jackrabbit.webdavMethods in org.apache.jackrabbit.webdav that return BindInfo Modifier and Type Method Description BindInfoWebdavRequestImpl. getBindInfo()
- 
Uses of BindInfo in org.apache.jackrabbit.webdav.bindMethods in org.apache.jackrabbit.webdav.bind that return BindInfo Modifier and Type Method Description static BindInfoBindInfo. createFromXml(Element root)Build anBindInfoobject from the root element present in the request body.BindInfoBindServletRequest. getBindInfo()Returns theBindInfopresent with the request
- 
Uses of BindInfo in org.apache.jackrabbit.webdav.client.methodsConstructors in org.apache.jackrabbit.webdav.client.methods with parameters of type BindInfo Constructor Description HttpBind(String uri, BindInfo info)HttpBind(URI uri, BindInfo info)
 
-