|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.webdav.bind.UnbindInfo
public class UnbindInfo
| Constructor Summary | |
|---|---|
UnbindInfo(java.lang.String segment)
|
|
| Method Summary | |
|---|---|
static UnbindInfo |
createFromXml(org.w3c.dom.Element root)
Build an UnbindInfo object from the root element present
in the request body. |
java.lang.String |
getSegment()
|
org.w3c.dom.Element |
toXml(org.w3c.dom.Document document)
Returns the xml representation of the implementing object as Element. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UnbindInfo(java.lang.String segment)
| Method Detail |
|---|
public java.lang.String getSegment()
public static UnbindInfo createFromXml(org.w3c.dom.Element root)
throws DavException
UnbindInfo object from the root element present
in the request body.
root - the root element of the request body
DavException - if the UNBIND request is malformedpublic org.w3c.dom.Element toXml(org.w3c.dom.Document document)
XmlSerializableElement. The given Document is used
as factory and represents the owner document of the returned DOM element.
toXml in interface XmlSerializabledocument - to be used as factory.
XmlSerializable.toXml(org.w3c.dom.Document)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||