Uses of Class
org.apache.jackrabbit.webdav.observation.SubscriptionDiscovery
-
Packages that use SubscriptionDiscovery Package Description org.apache.jackrabbit.webdav.client.methods Provides classes for use with the Apache HttpClient, supporting WebDAV request methods.org.apache.jackrabbit.webdav.jcr.observation org.apache.jackrabbit.webdav.observation -
-
Uses of SubscriptionDiscovery in org.apache.jackrabbit.webdav.client.methods
Methods in org.apache.jackrabbit.webdav.client.methods that return SubscriptionDiscovery Modifier and Type Method Description SubscriptionDiscovery
BaseDavRequest. getResponseBodyAsSubscriptionDiscovery(HttpResponse response)
Return response body asSubscriptionDiscovery
object. -
Uses of SubscriptionDiscovery in org.apache.jackrabbit.webdav.jcr.observation
Methods in org.apache.jackrabbit.webdav.jcr.observation that return SubscriptionDiscovery Modifier and Type Method Description SubscriptionDiscovery
SubscriptionManagerImpl. getSubscriptionDiscovery(ObservationResource resource)
Retrieve theSubscriptionDiscovery
object for the given resource. -
Uses of SubscriptionDiscovery in org.apache.jackrabbit.webdav.observation
Methods in org.apache.jackrabbit.webdav.observation that return SubscriptionDiscovery Modifier and Type Method Description static SubscriptionDiscovery
SubscriptionDiscovery. createFromXml(Element sDiscoveryElement)
SubscriptionDiscovery
SubscriptionManager. getSubscriptionDiscovery(ObservationResource resource)
Retrieve theSubscriptionDiscovery
object for the given resource.
-