class XMLResponseMethodBase.ResponseWithinMultistatus extends XMLResponseMethodBase.Response
node, TAG_NAME
Constructor and Description |
---|
XMLResponseMethodBase.ResponseWithinMultistatus(org.w3c.dom.Element element) |
Modifier and Type | Method and Description |
---|---|
protected org.w3c.dom.Element |
getFirstElement(java.lang.String namespace,
java.lang.String name) |
java.lang.String |
getHref()
Get the href string in the response XML element.
|
int |
getStatusCode()
Get the status code for use with 207 (Multi-Status).
|
getHistories, getProperties, getWorkspaces, toString
public XMLResponseMethodBase.ResponseWithinMultistatus(org.w3c.dom.Element element)
public int getStatusCode()
ResponseEntity
getStatusCode
in interface ResponseEntity
getStatusCode
in class XMLResponseMethodBase.Response
public java.lang.String getHref()
ResponseEntity
getHref
in interface ResponseEntity
getHref
in class XMLResponseMethodBase.Response
protected org.w3c.dom.Element getFirstElement(java.lang.String namespace, java.lang.String name)