public abstract class XMLResponseMethodBase.Response extends java.lang.Object implements ResponseEntity
| Modifier and Type | Field and Description |
|---|---|
protected org.w3c.dom.Node |
node |
static java.lang.String |
TAG_NAME |
| Constructor and Description |
|---|
XMLResponseMethodBase.Response(org.w3c.dom.Node node) |
| Modifier and Type | Method and Description |
|---|---|
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() |
protected org.w3c.dom.Node node
public static final java.lang.String TAG_NAME
XMLResponseMethodBase.Response(org.w3c.dom.Node node)
public abstract int getStatusCode()
ResponseEntitygetStatusCode in interface ResponseEntitypublic abstract java.lang.String getHref()
ResponseEntitygetHref in interface ResponseEntitypublic java.util.Enumeration getHistories()
ResponseEntitygetHistories in interface ResponseEntitypublic java.util.Enumeration getWorkspaces()
ResponseEntitygetWorkspaces in interface ResponseEntitypublic java.util.Enumeration getProperties()
ResponseEntitygetProperties in interface ResponseEntitypublic java.lang.String toString()
toString in class java.lang.Object