Package org.apache.jackrabbit.webdav.client.methods
@Version("2.0.0")
package org.apache.jackrabbit.webdav.client.methods
Provides classes for use with the Apache HttpClient, supporting WebDAV
request methods.
This version also contains classes for use with the obsolete "Commons HttpClient"; they have been marked "deprecated" and will be removed in the next major release.
-
ClassesClassDescriptionBase class for HTTP request classes defined in this package.Represents an HTTP BIND request.Represents an HTTP CHECKIN request.Represents an HTTP CHECKOUT request.Represents an HTTP COPY request.Represents an HTTP DELETE request.Represents an HTTP LABEL request.Represents an HTTP LOCK request.Represents an HTTP MERGE request.Represents an HTTP MKCOL request.Represents an HTTP MKWORKSPACE request.Represents an HTTP MOVE request.Represents an HTTP OPTIONS request.Represents an HTTP ORDERPATCH request.Represents an HTTP POLL request.Represents an HTTP PROPFIND request.Represents an HTTP PROPPATCH request.Represents an HTTP REBIND request.Represents an HTTP REPORT request.Represents an HTTP SEARCH request.Represents an HTTP SUBSCRIBE request.Represents an HTTP UNBIND request.Represents an HTTP UNLOCK request.Represents an HTTP UNSUBSCRIBE request.Represents an HTTP UPDATE request.Represents an HTTP VERSION-CONTROL request.Utility methods for creating request entities from
Document
s orXmlSerializable
s.