public interface TransactionDavServletRequest extends DavServletRequest
TransactionDavServletRequest provides extensions to the
 DavServletRequest interface used for dealing with transaction lock
 requests.| Modifier and Type | Method and Description | 
|---|---|
| String | getTransactionId()Retrieve the transaction id from the
  TransactionId header. | 
| TransactionInfo | getTransactionInfo()Retrieve the 'transactioninfo' request body that must be included with
 the UNLOCK request of a transaction lock. | 
getDavSession, getDepth, getDepth, getDestinationLocator, getLockInfo, getLockToken, getPropFindProperties, getPropFindType, getPropPatchChangeList, getRequestDocument, getRequestLocator, getTimeout, isOverwrite, matchesIfHeader, matchesIfHeader, setDavSessiongetAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRolegetAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute, setAttribute, setCharacterEncodingTransactionInfo getTransactionInfo() throws DavException
null is returned.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.DavException - if an invalid request body is present.String getTransactionId()
TransactionId header.TransactionId header
 or null.Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.