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()
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