Package org.jivesoftware.smackx.provider

Provides pluggable parsing logic for Smack extensions.

See:
          Description

Class Summary
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.
DelayInfoProvider This provider simply creates a DelayInfo decorator for the DelayInformation that is returned by the superclass.
EmbeddedExtensionProvider This class simplifies parsing of embedded elements by using the Template Method Pattern.
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.
HeaderProvider Parses the header element as defined in Stanza Headers and Internet Metadata (SHIM).
HeadersProvider Parses the headers element as defined in Stanza Headers and Internet Metadata (SHIM).
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 packet extensions of the IQ 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.
 

Package org.jivesoftware.smackx.provider Description

Provides pluggable parsing logic for Smack extensions.