org.apache.webdav.lib.methods
Class XMLResponseMethodBase.ResponseWithinMultistatus
- XMLResponseMethodBase
- ResponseEntity
(package private) class XMLResponseMethodBase.ResponseWithinMultistatus
A class that models the DAV:response element within a multistatus.
protected Element | getFirstElement(String namespace, String name)
|
String | getHref() - Get the href string in the response XML element.
|
int | getStatusCode() - Get the status code for use with 207 (Multi-Status).
|
ResponseWithinMultistatus
public ResponseWithinMultistatus(Element element)
getFirstElement
protected Element getFirstElement(String namespace,
String name)
getHref
public String getHref()
Get the href string in the response XML element.
Each response XML element MUST contain an href XML element that gives
the URI of the resource on which the properties in the prop XML
element are defined.
- getHref in interface ResponseEntity
- getHref in interface XMLResponseMethodBase.Response