SubscriptionInfo
class encapsulates the subscription info that forms the request body of a SUBSCRIBE request.<!ELEMENT subscriptioninfo ( eventtype, nolocal?, filter? ) > <!ELEMENT eventtype ANY > ANY defines any sequence of elements where at least one defines a valid eventtype. Note that a single eventtype must not occur multiple times. <!ELEMENT nolocal EMPTY > <!ELEMENT filter ANY > ANY: any sequence of elements identifying a filter for event listening but at least a single element.@see ObservationConstants#XML_SUBSCRIPTIONINFO
Initial Date: 25.10.2004
@author Felix Jost
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|