Package | Description |
---|---|
org.apache.jackrabbit.webdav.client.methods |
This package contains classes and utilities used to build a WebDAV client
implementation.
Currently it consists of DAV-specific extensions to the Jakarta Commons HttpClient, namely a set of methods. |
org.apache.jackrabbit.webdav.jcr.observation | |
org.apache.jackrabbit.webdav.observation |
Contains interfaces and classes related to observation, which is not covered
by the WebDAV protocol.
|
Modifier and Type | Method and Description |
---|---|
SubscriptionDiscovery |
SubscribeMethod.getResponseAsSubscriptionDiscovery() |
Modifier and Type | Method and Description |
---|---|
SubscriptionDiscovery |
SubscriptionManagerImpl.getSubscriptionDiscovery(ObservationResource resource)
Retrieve the
SubscriptionDiscovery
object for the given resource. |
Modifier and Type | Method and Description |
---|---|
static SubscriptionDiscovery |
SubscriptionDiscovery.createFromXml(Element sDiscoveryElement) |
SubscriptionDiscovery |
SubscriptionManager.getSubscriptionDiscovery(ObservationResource resource)
Retrieve the
SubscriptionDiscovery object for the given
resource. |
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.