|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.webdav.lib.methods.XMLResponseMethodBase.Response
An abstract class that models a DAV:response.
| Field Summary | |
protected org.w3c.dom.Node |
node
|
static java.lang.String |
TAG_NAME
|
| Constructor Summary | |
(package private) |
XMLResponseMethodBase.Response(org.w3c.dom.Node node)
|
| Method Summary | |
java.util.Enumeration |
getHistories()
Get the properties in the response XML element. |
abstract java.lang.String |
getHref()
Get the href string in the response XML element. |
java.util.Enumeration |
getProperties()
Get the properties in the response XML element. |
abstract int |
getStatusCode()
Get the status code for use with 207 (Multi-Status). |
java.util.Enumeration |
getWorkspaces()
Get the properties in the response XML element. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected org.w3c.dom.Node node
public static final java.lang.String TAG_NAME
| Constructor Detail |
XMLResponseMethodBase.Response(org.w3c.dom.Node node)
| Method Detail |
public abstract int getStatusCode()
ResponseEntity
getStatusCode in interface ResponseEntitypublic abstract java.lang.String getHref()
ResponseEntity
getHref in interface ResponseEntitypublic java.util.Enumeration getHistories()
ResponseEntity
getHistories in interface ResponseEntitypublic java.util.Enumeration getWorkspaces()
ResponseEntity
getWorkspaces in interface ResponseEntitypublic java.util.Enumeration getProperties()
ResponseEntity
getProperties in interface ResponseEntitypublic java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||