Uses of Interface
org.apache.jackrabbit.webdav.xml.XmlSerializable
Packages that use XmlSerializable
Package
Description
Provides classes for use with the Apache HttpClient, supporting WebDAV
request methods.
-
Uses of XmlSerializable in org.apache.jackrabbit.webdav
Classes in org.apache.jackrabbit.webdav that implement XmlSerializableModifier and TypeClassDescriptionclass
DavException
extends theException
class in order to simplify handling of exceptional situations occurring during processing of WebDAV requests and provides possibility to retrieve an Xml representation of the error.class
MultiStatus representing the content of a multistatus response body and allows to retrieve the Xml representation.class
MultiStatusResponse
represents the DAV:multistatus element defined by RFC 2518:class
Status
encapsulating the 'status' present in multistatus responses.Methods in org.apache.jackrabbit.webdav with parameters of type XmlSerializableModifier and TypeMethodDescriptionvoid
DavServletResponse.sendXmlResponse
(XmlSerializable serializable, int status) Generic method to return an Xml response body.default void
DavServletResponse.sendXmlResponse
(XmlSerializable serializable, int status, List<String> acceptableContentCodings) Generic method to return an Xml response body.void
WebdavResponseImpl.sendXmlResponse
(XmlSerializable serializable, int status) void
WebdavResponseImpl.sendXmlResponse
(XmlSerializable serializable, int status, List<String> acceptableContentCodings) -
Uses of XmlSerializable in org.apache.jackrabbit.webdav.client.methods
Methods in org.apache.jackrabbit.webdav.client.methods with parameters of type XmlSerializableModifier and TypeMethodDescriptionstatic org.apache.http.HttpEntity
XmlEntity.create
(XmlSerializable payload) -
Uses of XmlSerializable in org.apache.jackrabbit.webdav.property
Subinterfaces of XmlSerializable in org.apache.jackrabbit.webdav.propertyModifier and TypeInterfaceDescriptioninterface
DavProperty<T>
TheProperty
class represents a Property of a WebDAV resource.Classes in org.apache.jackrabbit.webdav.property that implement XmlSerializableModifier and TypeClassDescriptionclass
AbstractDavProperty
provides generic METHODS used by various implementations of theDavProperty
interface.class
TheDavPropertyName
class reflects a WebDAV property name.class
DavPropertyNameSet
represents a Set ofDavPropertyName
objects.class
TheDavPropertySet
class represents a set of WebDAV property.class
DefaultDavProperty
...class
HrefProperty
is an extension to the commonDavProperty
.class
PropContainer
...class
class
class
TheResourceType
class represents the webdav resource type property.Methods in org.apache.jackrabbit.webdav.property that return types with arguments of type XmlSerializableModifier and TypeMethodDescriptionResourceType.getValue()
Returns a Set of resource types each implementing the XmlSerializable interface.