Class RebindInfo
java.lang.Object
org.apache.jackrabbit.webdav.bind.RebindInfo
- All Implemented Interfaces:
XmlSerializable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RebindInfo
createFromXml
(Element root) Build anRebindInfo
object from the root element present in the request body.getHref()
Returns the xml representation of the implementing object asElement
.
-
Constructor Details
-
RebindInfo
-
-
Method Details
-
getHref
-
getSegment
-
createFromXml
Build anRebindInfo
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
-
toXml
Description copied from interface:XmlSerializable
Returns the xml representation of the implementing object asElement
. The givenDocument
is used as factory and represents theowner document
of the returned DOM element.- Specified by:
toXml
in interfaceXmlSerializable
- Parameters:
document
- to be used as factory.- Returns:
- a w3c element representing this object
- See Also:
-