Class Summary |
Affiliation |
Represents a affiliation between a user and a node, where the Affiliation.type defines
the type of affiliation. |
AffiliationsExtension |
Represents the affiliations element of the reply to a request for affiliations. |
ConfigurationEvent |
Represents the configuration element of a pubsub message event which
associates a configuration form to the node which was configured. |
ConfigureForm |
A decorator for a Form to easily enable reading and updating
of node configuration. |
EventElement |
Represents the top level element of a pubsub event extension. |
FormNode |
Generic packet extension which represents any pubsub form that is
parsed from the incoming stream or being sent out to the server. |
Item<E extends PacketExtension> |
This class represents an item that has been, or will be published to a
pubsub node. |
ItemDeleteEvent |
Represents an event in which items have been deleted from the node. |
ItemPublishEvent |
Represents an event generated by an item(s) being published to a node. |
ItemsExtension |
This class is used to for multiple purposes. |
Node |
The main class for the majority of pubsub functionality. |
NodeEvent |
|
NodeExtension |
A class which represents a common element within the pubsub defined
schemas. |
OptionsExtension |
A packet extension representing the options element. |
PublishItem |
Represents a request to publish an item(s) to a specific node. |
PubSubManager |
This is the starting point for access to the pubsub service. |
RetractItem |
Represents and item that has been deleted from a node. |
SimplePayload |
The default payload representation for Item.getPayload() . |
SubscribeExtension |
Represents a request to subscribe to a node. |
SubscribeForm |
A decorator for a Form to easily enable reading and updating
of subscription options. |
Subscription |
Represents a subscription to node for both requests and replies. |
SubscriptionEvent |
Base class to represents events that are associated to subscriptions. |
SubscriptionsExtension |
Represents the element holding the list of subscription elements. |
UnsubscribeExtension |
Represents an unsubscribe element. |