Uses of Class
org.jivesoftware.smackx.provider.EmbeddedExtensionProvider

Packages that use EmbeddedExtensionProvider
org.jivesoftware.smackx.provider Provides pluggable parsing logic for Smack extensions. 
 

Uses of EmbeddedExtensionProvider in org.jivesoftware.smackx.provider
 

Subclasses of EmbeddedExtensionProvider in org.jivesoftware.smackx.provider
 class AffiliationProvider
          Parses the affiliation element out of the reply stanza from the server as specified in the affiliation schema.
 class AffiliationsProvider
          Parses the affiliations element out of the reply stanza from the server as specified in the affiliation schema.
 class ConfigEventProvider
          Parses the node configuration element out of the message event stanza from the server as specified in the configuration schema.
 class EventProvider
          Parses the event element out of the message stanza from the server as specified in the event schema.
 class FormNodeProvider
          Parses one of several elements used in pubsub that contain a form of some kind as a child element.
 class HeadersProvider
          Parses the headers element as defined in Stanza Headers and Internet Metadata (SHIM).
 class ItemsProvider
          Parses the items element out of the message event stanza from the server as specified in the items schema.
 class RetractEventProvider
          Parses the retract element out of the message event stanza from the server as specified in the retract schema.
 class SimpleNodeProvider
          Parses simple elements that only contain a node attribute.
 class SubscriptionsProvider
          Parses the subscriptions element out of the pubsub IQ message from the server as specified in the subscriptions schema.