org.apache.webdav.lib.methods
Class VersionControlMethod
java.lang.Object
org.apache.commons.httpclient.HttpMethodBase
org.apache.webdav.lib.methods.HttpRequestBodyMethodBase
org.apache.webdav.lib.methods.XMLResponseMethodBase
org.apache.webdav.lib.methods.VersionControlMethod
- All Implemented Interfaces:
- HttpMethod, DepthSupport
public class VersionControlMethod
- extends XMLResponseMethodBase
- implements DepthSupport
Methods inherited from class org.apache.webdav.lib.methods.XMLResponseMethodBase |
convertElementToProperty, getDebug, getRequestContentLength, getResponseDocument, getResponseHashtable, getResponses, getResponseURLs, parseXMLResponse, readResponseBody, recycle, setDebug, setDecodeResponseHrefs, setDocument, setResponseHashtable, writeRequestBody |
Methods inherited from class org.apache.commons.httpclient.HttpMethodBase |
abort, addCookieRequestHeader, addHostRequestHeader, addProxyConnectionHeader, addRequestHeader, addRequestHeader, addRequestHeaders, addResponseFooter, addUserAgentRequestHeader, checkNotUsed, checkUsed, execute, generateRequestLine, getAuthenticationRealm, getContentCharSet, getDoAuthentication, getEffectiveVersion, getFollowRedirects, getHostAuthState, getHostConfiguration, getMethodRetryHandler, getParams, getPath, getProxyAuthenticationRealm, getProxyAuthState, getQueryString, getRecoverableExceptionCount, getRequestCharSet, getRequestHeader, getRequestHeaderGroup, getRequestHeaders, getRequestHeaders, getResponseBody, getResponseBodyAsStream, getResponseBodyAsString, getResponseCharSet, getResponseContentLength, getResponseFooter, getResponseFooters, getResponseHeader, getResponseHeaderGroup, getResponseHeaders, getResponseHeaders, getResponseStream, getResponseTrailerHeaderGroup, getStatusCode, getStatusLine, getStatusText, getURI, hasBeenUsed, isAborted, isConnectionCloseForced, isHttp11, isRequestSent, isStrictMode, processResponseBody, processResponseHeaders, processStatusLine, readResponse, readResponseHeaders, readStatusLine, releaseConnection, removeRequestHeader, removeRequestHeader, responseBodyConsumed, setConnectionCloseForced, setDoAuthentication, setFollowRedirects, setHostConfiguration, setHttp11, setMethodRetryHandler, setParams, setPath, setQueryString, setQueryString, setRequestHeader, setResponseStream, setStrictMode, setURI, shouldCloseConnection, validate, writeRequest, writeRequestHeaders, writeRequestLine |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VersionControlMethod
public VersionControlMethod()
- Method constructor.
VersionControlMethod
public VersionControlMethod(java.lang.String path)
- Method constructor.
VersionControlMethod
public VersionControlMethod(java.lang.String path,
java.lang.String sTarget)
getDepth
public int getDepth()
- Description copied from interface:
DepthSupport
- Depth getter.
- Specified by:
getDepth
in interface DepthSupport
- Returns:
- int depth value
setDepth
public void setDepth(int depth)
- Description copied from interface:
DepthSupport
- Depth setter.
- Specified by:
setDepth
in interface DepthSupport
- Parameters:
depth
- New depth value
setRequestHeader
public void setRequestHeader(java.lang.String headerName,
java.lang.String headerValue)
- Specified by:
setRequestHeader
in interface HttpMethod
- Overrides:
setRequestHeader
in class HttpMethodBase
getName
public java.lang.String getName()
- Specified by:
getName
in interface HttpMethod
- Specified by:
getName
in class HttpMethodBase
generateRequestBody
protected java.lang.String generateRequestBody()
- DAV requests that contain a body must override this function to
generate that body.
The default behavior simply returns an empty body.
- Overrides:
generateRequestBody
in class XMLResponseMethodBase
parseResponse
public void parseResponse(java.io.InputStream input,
HttpState state,
HttpConnection conn)
throws java.io.IOException,
HttpException
- Parse response.
- Overrides:
parseResponse
in class XMLResponseMethodBase
- Parameters:
input
- Input stream
- Throws:
java.io.IOException
HttpException