Uses of Class
org.apache.jackrabbit.webdav.bind.RebindInfo
-
Packages that use RebindInfo 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 RebindInfo in org.apache.jackrabbit.webdav
Methods in org.apache.jackrabbit.webdav that return RebindInfo Modifier and Type Method Description RebindInfo
WebdavRequestImpl. getRebindInfo()
-
Uses of RebindInfo in org.apache.jackrabbit.webdav.bind
Methods in org.apache.jackrabbit.webdav.bind that return RebindInfo Modifier and Type Method Description static RebindInfo
RebindInfo. createFromXml(Element root)
Build anRebindInfo
object from the root element present in the request body.RebindInfo
BindServletRequest. getRebindInfo()
Returns theRebindInfo
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 Constructor Description HttpRebind(String uri, RebindInfo info)
HttpRebind(URI uri, RebindInfo info)
-