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 theBindInfo
present 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 theRebindInfo
present with the requestReturns theUnbindInfo
present with the request
-
Method Details
-
getRebindInfo
Returns theRebindInfo
present with the request- Returns:
RebindInfo
object- Throws:
DavException
- in case of an invalid or missing request body
-
getUnbindInfo
Returns theUnbindInfo
present with the request- Returns:
UnbindInfo
object- Throws:
DavException
- in case of an invalid or missing request body
-
getBindInfo
Returns theBindInfo
present with the request- Returns:
BindInfo
object- 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.
-