Package org.apache.jackrabbit.webdav.observation


@Version("1.1.0") package org.apache.jackrabbit.webdav.observation
  • Class
    Description
    DefaultEventType defines a simple EventType implementation that only consists of a qualified event name consisting of namespace plus local name.
    EventBundle defines an empty interface used to represent a bundle of events.
    EventDiscovery represents the request body of a successful POLL request.
    EventType...
    Filter...
    ObservationConstants interface provide constants for request and response headers, Xml elements and property names used for handling observation over WebDAV.
    ObservationDavServletRequest provides extensions to the DavServletRequest interface used for dealing with observation.
    ObservationDavServletResponse provides extensions to the DavServletResponse interface used for dealing with observation.
    ObservationResource extends the DavResource interface by observation relevant METHODS.
    Subscription represents public representation of the event listener created (or modified) by a successful SUBSCRIBE request.
    Please note that this interface extends the XmlSerializable interface.
    SubscriptionDiscovery encapsulates the 'subscriptiondiscovery' property of a webdav resource.
    SubscriptionInfo class encapsulates the subscription info that forms the request body of a SUBSCRIBE request.
    The following xml layout is defined for the subscription info:
    SubscriptionManager interface.