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.webdav
Methods in org.apache.jackrabbit.webdav that return BindInfo Modifier and Type Method Description BindInfo
WebdavRequestImpl. getBindInfo()
-
Uses of BindInfo in org.apache.jackrabbit.webdav.bind
Methods in org.apache.jackrabbit.webdav.bind that return BindInfo Modifier and Type Method Description static BindInfo
BindInfo. createFromXml(Element root)
Build anBindInfo
object from the root element present in the request body.BindInfo
BindServletRequest. getBindInfo()
Returns theBindInfo
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 Constructor Description HttpBind(String uri, BindInfo info)
HttpBind(URI uri, BindInfo info)
-