Method Summary |
|
public void | addResponse(Response response) |
public Document | asXML() Convert a MultiStatus into an XML DOM Document containing a
DAV:multistatus element. |
public ActiveLock | getActiveLockFor(String principal) Get the active lock on this resource owned by the given principal if any.
This is a convenience method to get the active lock granted by a lock request
from the returned MultiStatus. |
public String | getDescription() Get the overall summary description for this MultiStatus. |
public Enumeration | getResponses() |
public boolean | isOK() Check to see if all responses in this MultiStatus were successful. |
public void | mergeWith(MultiStatus childMultiStatus) Merge the responses in childMultiStatus into this MultiStatus. |
public void | removeOKResponses() Remove responses that are OK from this MultiStatus. |
public void | removeResponse(Response response) Remove a Response from this MultiStatus. |
public void | setDescription(String value) Set the overall summary description for this MultiStatus. |
public String | toString() Convert this MultiStatus to a String representation (an XML document). |