Method Summary
All Methods Instance Methods Abstract Methods
Retrieve the 'transactioninfo' request body that must be included with
the UNLOCK request of a transaction lock.
Methods inherited from interface org.apache.jackrabbit.webdav.DavServletRequest
getDavSession , getDepth , getDepth , getDestinationLocator , getLockInfo , getLockToken , getPropFindProperties , getPropFindType , getPropPatchChangeList , getRequestDocument , getRequestLocator , getTimeout , isOverwrite , matchesIfHeader , matchesIfHeader , setDavSession
Methods inherited from interface javax.servlet.http.HttpServletRequest
authenticate , changeSessionId , getAuthType , getContextPath , getCookies , getDateHeader , getHeader , getHeaderNames , getHeaders , getIntHeader , getMethod , getPart , getParts , getPathInfo , getPathTranslated , getQueryString , getRemoteUser , getRequestedSessionId , getRequestURI , getRequestURL , getServletPath , getSession , getSession , getUserPrincipal , isRequestedSessionIdFromCookie , isRequestedSessionIdFromUrl , isRequestedSessionIdFromURL , isRequestedSessionIdValid , isUserInRole , login , logout , upgrade
Methods inherited from interface javax.servlet.ServletRequest
getAsyncContext , getAttribute , getAttributeNames , getCharacterEncoding , getContentLength , getContentLengthLong , getContentType , getDispatcherType , getInputStream , getLocalAddr , getLocale , getLocales , getLocalName , getLocalPort , getParameter , getParameterMap , getParameterNames , getParameterValues , getProtocol , getReader , getRealPath , getRemoteAddr , getRemoteHost , getRemotePort , getRequestDispatcher , getScheme , getServerName , getServerPort , getServletContext , isAsyncStarted , isAsyncSupported , isSecure , removeAttribute , setAttribute , setCharacterEncoding , startAsync , startAsync
Method Details
getTransactionInfo
Retrieve the 'transactioninfo' request body that must be included with
the UNLOCK request of a transaction lock. If the request body is does not
provide the information required (either because it is missing or the
Xml is not valid) null is returned.
Returns:
TransactionInfo object encapsulating the 'transactioninfo'
Xml element present in the request body or null if no
body is present or if it could not be parsed.
Throws:
DavException - if an invalid request body is present.