Package | Description |
---|---|
org.apache.jackrabbit.webdav | |
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 |
---|---|
SubscriptionInfo |
WebdavRequestImpl.getSubscriptionInfo() |
Constructor and Description |
---|
SubscribeMethod(String uri,
SubscriptionInfo subscriptionInfo)
Create a new
SubscribeMethod used to register to the
observation events specified within the given SubscriptionInfo . |
SubscribeMethod(String uri,
SubscriptionInfo subscriptionInfo,
String subscriptionId)
Create a new
SubscribeMethod used to register to the
observation events specified within the given SubscriptionInfo . |
Modifier and Type | Method and Description |
---|---|
Subscription |
SubscriptionManagerImpl.subscribe(SubscriptionInfo info,
String subscriptionId,
ObservationResource resource)
Create a new
Subscription or update an existing Subscription
and add it as eventlistener to the ObservationManager . |
Constructor and Description |
---|
SubscriptionImpl(SubscriptionInfo info,
ObservationResource resource)
|
Modifier and Type | Method and Description |
---|---|
SubscriptionInfo |
ObservationDavServletRequest.getSubscriptionInfo()
Return a
SubscriptionInfo object representing the subscription
info present in the SUBSCRIBE request body or null if
retrieving the subscription info fails. |
Modifier and Type | Method and Description |
---|---|
Subscription |
ObservationResource.subscribe(SubscriptionInfo info,
String subscriptionId)
Subscribe this resource for event listening defined by the specified
subscription info.
|
Subscription |
SubscriptionManager.subscribe(SubscriptionInfo info,
String subscriptionId,
ObservationResource resource)
Create a new
Subscription or update an existing Subscription .. |
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.