Interface BindServletRequest
- All Known Subinterfaces:
WebdavRequest
- All Known Implementing Classes:
WebdavRequestImpl
public interface BindServletRequest
BindServletRequest provides extension useful for functionality
related to BIND specification.-
Method Summary
Modifier and TypeMethodDescriptionReturns theBindInfopresent with the requestgetHrefLocator(String href) Parses a href and returns the path of the resource.getMemberLocator(String segment) Returns the path of the member resource of the request resource which is identified by the segment parameter.Returns theRebindInfopresent with the requestReturns theUnbindInfopresent with the request
-
Method Details
-
getRebindInfo
Returns theRebindInfopresent with the request- Returns:
RebindInfoobject- Throws:
DavException- in case of an invalid or missing request body
-
getUnbindInfo
Returns theUnbindInfopresent with the request- Returns:
UnbindInfoobject- Throws:
DavException- in case of an invalid or missing request body
-
getBindInfo
Returns theBindInfopresent with the request- Returns:
BindInfoobject- Throws:
DavException- in case of an invalid or missing request body
-
getHrefLocator
Parses a href and returns the path of the resource.- Returns:
- path of the resource identified by the href.
- Throws:
DavException
-
getMemberLocator
Returns the path of the member resource of the request resource which is identified by the segment parameter.- Returns:
- path of internal member resource.
-