Uses of Class
org.apache.jackrabbit.webdav.bind.UnbindInfo
-
Packages that use UnbindInfo 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 UnbindInfo in org.apache.jackrabbit.webdav
Methods in org.apache.jackrabbit.webdav that return UnbindInfo Modifier and Type Method Description UnbindInfo
WebdavRequestImpl. getUnbindInfo()
-
Uses of UnbindInfo in org.apache.jackrabbit.webdav.bind
Methods in org.apache.jackrabbit.webdav.bind that return UnbindInfo Modifier and Type Method Description static UnbindInfo
UnbindInfo. createFromXml(Element root)
Build anUnbindInfo
object from the root element present in the request body.UnbindInfo
BindServletRequest. getUnbindInfo()
Returns theUnbindInfo
present with the request -
Uses of UnbindInfo in org.apache.jackrabbit.webdav.client.methods
Constructors in org.apache.jackrabbit.webdav.client.methods with parameters of type UnbindInfo Constructor Description HttpUnbind(String uri, UnbindInfo info)
HttpUnbind(URI uri, UnbindInfo info)
-