public interface BindServletRequest
BindServletRequest
provides extension useful for functionality
related to BIND specification.Modifier and Type | Method and Description |
---|---|
BindInfo |
getBindInfo()
Returns the
BindInfo present with the request |
DavResourceLocator |
getHrefLocator(java.lang.String href)
Parses a href and returns the path of the resource.
|
DavResourceLocator |
getMemberLocator(java.lang.String segment)
Returns the path of the member resource of the request resource which is identified by the segment parameter.
|
RebindInfo |
getRebindInfo()
Returns the
RebindInfo present with the request |
UnbindInfo |
getUnbindInfo()
Returns the
UnbindInfo present with the request |
RebindInfo getRebindInfo() throws DavException
RebindInfo
present with the requestRebindInfo
objectDavException
- in case of an invalid or missing request bodyUnbindInfo getUnbindInfo() throws DavException
UnbindInfo
present with the requestUnbindInfo
objectDavException
- in case of an invalid or missing request bodyBindInfo getBindInfo() throws DavException
BindInfo
present with the requestBindInfo
objectDavException
- in case of an invalid or missing request bodyDavResourceLocator getHrefLocator(java.lang.String href) throws DavException
DavException
DavResourceLocator getMemberLocator(java.lang.String segment)
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"