Class BindInfo

    • Constructor Detail

      • BindInfo

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

      • getHref

        public String getHref()
      • getSegment

        public String getSegment()
      • createFromXml

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