Class UnbindInfo

    • Constructor Detail

      • UnbindInfo

        public UnbindInfo​(String segment)
    • Method Detail

      • getSegment

        public String getSegment()
      • createFromXml

        public static UnbindInfo createFromXml​(Element root)
                                        throws DavException
        Build an UnbindInfo object from the root element present in the request body.
        Parameters:
        root - the root element of the request body
        Returns:
        a UnbindInfo object containing a segment identifier
        Throws:
        DavException - if the UNBIND request is malformed