public interface Subscription extends XmlSerializable
Subscription
represents public representation of the event
listener created (or modified) by a successful SUBSCRIBE request.XmlSerializable
interface. The Xml representation of a Subscription
is
returned in the response to a successful SUBSCRIBE request as well
as in a PROPFIND request. In both cases the subscription is packed into
a SubscriptionDiscovery
property object.Modifier and Type | Method and Description |
---|---|
boolean |
eventsProvideNodeTypeInformation() |
boolean |
eventsProvideNoLocalFlag() |
String |
getSubscriptionId()
Returns the id of this subscription, that must be used for un-subscribing
as well as for event discovery later on.
|
toXml
String getSubscriptionId()
boolean eventsProvideNodeTypeInformation()
boolean eventsProvideNoLocalFlag()
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.