| Class | Description |
|---|---|
| AffiliationProvider |
Parses the affiliation element out of the reply stanza from the server
as specified in the affiliation schema.
|
| AffiliationsProvider |
Parses the affiliations element out of the reply stanza from the server
as specified in the affiliation schema.
|
| ConfigEventProvider |
Parses the node configuration element out of the message event stanza from
the server as specified in the configuration schema.
|
| EventProvider |
Parses the event element out of the message stanza from
the server as specified in the event schema.
|
| FormNodeProvider |
Parses one of several elements used in pubsub that contain a form of some kind as a child element.
|
| ItemProvider |
Parses an item element as is defined in both the
PubSubNamespace.BASIC and
PubSubNamespace.EVENT namespaces. |
| ItemsProvider |
Parses the items element out of the message event stanza from
the server as specified in the items schema.
|
| PubSubProvider |
Parses the root pubsub stanza(/packet) extensions of the
IQ stanza(/packet) and returns
a PubSub instance. |
| RetractEventProvider |
Parses the retract element out of the message event stanza from
the server as specified in the retract schema.
|
| SimpleNodeProvider |
Parses simple elements that only contain a node attribute.
|
| SubscriptionProvider |
Parses the subscription element out of the pubsub IQ message from
the server as specified in the subscription schema.
|
| SubscriptionsProvider |
Parses the subscriptions element out of the pubsub IQ message from
the server as specified in the subscriptions schema.
|