Class RebindInfo

    • Constructor Detail

      • RebindInfo

        public RebindInfo​(String href,
                          String segment)
    • Method Detail

      • getHref

        public String getHref()
      • getSegment

        public String getSegment()
      • createFromXml

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