Interface TransactionDavServletRequest

    • Method Detail

      • getTransactionInfo

        TransactionInfo getTransactionInfo()
                                    throws DavException
        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.