Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
HttpMethodBase
org.apache.webdav.lib.methods.HttpRequestBodyMethodBase
org.apache.webdav.lib.methods.XMLResponseMethodBase
org.apache.webdav.lib.methods.CheckinMethod
public class CheckinMethod
extends XMLResponseMethodBase
CHECKIN /foo.html HTTP/1.1 Host: www.server.org Content-type: text/xml; charset="utf-8" Content-Length: xx
HTTP/1.1 201 Created Location: http://server.org/history/1/1.1 Content-type: text/xml; charset="utf-8"
Nested Class Summary |
Nested classes/interfaces inherited from class org.apache.webdav.lib.methods.XMLResponseMethodBase | |
XMLResponseMethodBase.OptionsResponse , XMLResponseMethodBase.Response , XMLResponseMethodBase.ResponseWithinMultistatus , XMLResponseMethodBase.SingleResponse |
Field Summary |
Fields inherited from class org.apache.webdav.lib.methods.XMLResponseMethodBase | |
builder , decodeResponseHrefs , responseURLs |
Constructor Summary | |
| |
|
Method Summary | |
String |
|
void |
|
Methods inherited from class org.apache.webdav.lib.methods.XMLResponseMethodBase | |
convertElementToProperty , generateRequestBody , getDebug , getRequestContentLength , getResponseDocument , getResponseHashtable , getResponseURLs , getResponses , parseResponse , parseXMLResponse , readResponseBody , recycle , setDebug , setDecodeResponseHrefs , setDocument , setResponseHashtable , writeRequestBody |
Methods inherited from class org.apache.webdav.lib.methods.HttpRequestBodyMethodBase | |
getRequestContentLength , isRequestContentAlreadySet , readContinueCode , recycle , setRequestBody , setRequestBody , setRequestBody , setRequestBody , setRequestBody , writeRequestBody |
public CheckinMethod()
Method constructor.
public CheckinMethod(String path)
Method constructor.
public String getName()
public void parseResponse(InputStream input, HttpState state, HttpConnection conn) throws IOException, HttpException
Parse response.
- Overrides:
- parseResponse in interface XMLResponseMethodBase
- Parameters:
input
- Input stream