org.apache.webdav.lib.methods
Class UncheckoutMethod
public class UncheckoutMethod
The Checkout method can be applied to a checked-in version-controlled
resource.
Example Request
Uncheckout /foo.html HTTP/1.1
Host: www.server.org
Content-Length: xx
Example Response
HTTP/1.1 200 OK
String | getName()
|
void | parseResponse(InputStream input, HttpState state, HttpConnection conn) - Parse response.
|
convertElementToProperty , generateRequestBody , getDebug , getRequestContentLength , getResponseDocument , getResponseHashtable , getResponseURLs , getResponses , parseResponse , parseXMLResponse , readResponseBody , recycle , setDebug , setDecodeResponseHrefs , setDocument , setResponseHashtable , writeRequestBody |
UncheckoutMethod
public UncheckoutMethod()
Method constructor.
UncheckoutMethod
public UncheckoutMethod(String path)
Method constructor.
getName
public String getName()
parseResponse
public void parseResponse(InputStream input,
HttpState state,
HttpConnection conn)
throws IOException,
HttpException
Parse response.
- parseResponse in interface XMLResponseMethodBase