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 RebindInfoWebdavRequestImpl. 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 RebindInfoRebindInfo. createFromXml(Element root)Build anRebindInfoobject from the root element present in the request body.RebindInfoBindServletRequest. getRebindInfo()Returns theRebindInfopresent 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)
-