class XMLResponseMethodBase.SingleResponse extends XMLResponseMethodBase.Response
node, TAG_NAME| Constructor and Description |
|---|
XMLResponseMethodBase.SingleResponse(org.w3c.dom.Document document,
java.lang.String href,
int statusCode) |
| Modifier and Type | Method and Description |
|---|---|
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, toStringXMLResponseMethodBase.SingleResponse(org.w3c.dom.Document document,
java.lang.String href,
int statusCode)
public int getStatusCode()
ResponseEntitygetStatusCode in interface ResponseEntitygetStatusCode in class XMLResponseMethodBase.Responsepublic java.lang.String getHref()
ResponseEntitygetHref in interface ResponseEntitygetHref in class XMLResponseMethodBase.Response