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 UnbindInfoWebdavRequestImpl. 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 UnbindInfoUnbindInfo. createFromXml(Element root)Build anUnbindInfoobject from the root element present in the request body.UnbindInfoBindServletRequest. getUnbindInfo()Returns theUnbindInfopresent 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)
-