@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.
-
Class Summary Class Description BaseDavRequest Base class for HTTP request classes defined in this package.HttpBind Represents an HTTP BIND request.HttpCheckin Represents an HTTP CHECKIN request.HttpCheckout Represents an HTTP CHECKOUT request.HttpCopy Represents an HTTP COPY request.HttpDelete Represents an HTTP DELETE request.HttpLabel Represents an HTTP LABEL request.HttpLock Represents an HTTP LOCK request.HttpMerge Represents an HTTP MERGE request.HttpMkcol Represents an HTTP MKCOL request.HttpMkworkspace Represents an HTTP MKWORKSPACE request.HttpMove Represents an HTTP MOVE request.HttpOptions Represents an HTTP OPTIONS request.HttpOrderpatch Represents an HTTP ORDERPATCH request.HttpPoll Represents an HTTP POLL request.HttpPropfind Represents an HTTP PROPFIND request.HttpProppatch Represents an HTTP PROPPATCH request.HttpRebind Represents an HTTP REBIND request.HttpReport Represents an HTTP REPORT request.HttpSearch Represents an HTTP SEARCH request.HttpSubscribe Represents an HTTP SUBSCRIBE request.HttpUnbind Represents an HTTP UNBIND request.HttpUnlock Represents an HTTP UNLOCK request.HttpUnsubscribe Represents an HTTP UNSUBSCRIBE request.HttpUpdate Represents an HTTP UPDATE request.HttpVersionControl Represents an HTTP VERSION-CONTROL request.XmlEntity Utility methods for creating request entities fromDocument
s orXmlSerializable
s.