|
|||||||||
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
public abstract class 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 | |
---|---|
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 ResponseEntity
public abstract java.lang.String getHref()
ResponseEntity
getHref
in interface ResponseEntity
public java.util.Enumeration getHistories()
ResponseEntity
getHistories
in interface ResponseEntity
public java.util.Enumeration getWorkspaces()
ResponseEntity
getWorkspaces
in interface ResponseEntity
public java.util.Enumeration getProperties()
ResponseEntity
getProperties
in interface ResponseEntity
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |