Uses of Interface
org.jivesoftware.smack.provider.PacketExtensionProvider

Packages that use PacketExtensionProvider
org.jivesoftware.smackx Smack extensions API. 
org.jivesoftware.smackx.bytestreams.ibb.provider   
org.jivesoftware.smackx.packet XML packets that are part of the XMPP extension protocols. 
org.jivesoftware.smackx.provider Provides pluggable parsing logic for Smack extensions. 
org.jivesoftware.smackx.pubsub   
org.jivesoftware.smackx.pubsub.provider   
org.jivesoftware.smackx.workgroup.packet   
 

Uses of PacketExtensionProvider in org.jivesoftware.smackx
 

Classes in org.jivesoftware.smackx that implement PacketExtensionProvider
static class GroupChatInvitation.Provider
           
 

Uses of PacketExtensionProvider in org.jivesoftware.smackx.bytestreams.ibb.provider
 

Classes in org.jivesoftware.smackx.bytestreams.ibb.provider that implement PacketExtensionProvider
 class DataPacketProvider
          Parses an In-Band Bytestream data packet which can be a packet extension of either an IQ stanza or a message stanza.
 

Uses of PacketExtensionProvider in org.jivesoftware.smackx.packet
 

Classes in org.jivesoftware.smackx.packet that implement PacketExtensionProvider
static class AttentionExtension.Provider
          A PacketExtensionProvider for the AttentionExtension.
static class ChatStateExtension.Provider
           
static class Nick.Provider
           
static class OfflineMessageInfo.Provider
           
 

Uses of PacketExtensionProvider in org.jivesoftware.smackx.provider
 

Classes in org.jivesoftware.smackx.provider that implement PacketExtensionProvider
static class AdHocCommandDataProvider.BadActionError
           
static class AdHocCommandDataProvider.BadLocaleError
           
static class AdHocCommandDataProvider.BadPayloadError
           
static class AdHocCommandDataProvider.BadSessionIDError
           
static class AdHocCommandDataProvider.MalformedActionError
           
static class AdHocCommandDataProvider.SessionExpiredError
           
 class DataFormProvider
          The DataFormProvider parses DataForm packets.
 class DelayInfoProvider
          This provider simply creates a DelayInfo decorator for the DelayInformation that is returned by the superclass.
 class DelayInformationProvider
          The DelayInformationProvider parses DelayInformation packets.
 class EmbeddedExtensionProvider
          This class simplifies parsing of embedded elements by using the Template Method Pattern.
 class HeaderProvider
          Parses the header element as defined in Stanza Headers and Internet Metadata (SHIM).
 class HeadersProvider
          Parses the headers element as defined in Stanza Headers and Internet Metadata (SHIM).
 class MessageEventProvider
          The MessageEventProvider parses Message Event packets.
 class MUCUserProvider
          The MUCUserProvider parses packets with extended presence information about roles and affiliations.
 class MultipleAddressesProvider
          The MultipleAddressesProvider parses MultipleAddresses packets.
 class PEPProvider
          The PEPProvider parses incoming PEPEvent packets.
 class RosterExchangeProvider
          The RosterExchangeProvider parses RosterExchange packets.
 class XHTMLExtensionProvider
          The XHTMLExtensionProvider parses XHTML packets.
 

Methods in org.jivesoftware.smackx.provider with parameters of type PacketExtensionProvider
 void PEPProvider.registerPEPParserExtension(java.lang.String node, PacketExtensionProvider pepItemParser)
           
 

Uses of PacketExtensionProvider in org.jivesoftware.smackx.pubsub
 

Classes in org.jivesoftware.smackx.pubsub that implement PacketExtensionProvider
 class CarExtensionProvider
           
 

Uses of PacketExtensionProvider in org.jivesoftware.smackx.pubsub.provider
 

Classes in org.jivesoftware.smackx.pubsub.provider that implement PacketExtensionProvider
 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 ItemProvider
          Parses an item element as is defined in both the PubSubNamespace.BASIC and PubSubNamespace.EVENT namespaces.
 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 SubscriptionProvider
          Parses the subscription element out of the pubsub IQ message from the server as specified in the subscription schema.
 class SubscriptionsProvider
          Parses the subscriptions element out of the pubsub IQ message from the server as specified in the subscriptions schema.
 

Uses of PacketExtensionProvider in org.jivesoftware.smackx.workgroup.packet
 

Classes in org.jivesoftware.smackx.workgroup.packet that implement PacketExtensionProvider
static class AgentStatus.Provider
          Packet extension provider for AgentStatus packets.
 class MetaDataProvider
          This provider parses meta data if it's not contained already in a larger extension provider.
static class QueueDetails.Provider
          Provider class for QueueDetails packet extensions.
static class QueueOverview.Provider
           
static class QueueUpdate.Provider
           
static class RoomInvitation.Provider
           
static class RoomTransfer.Provider
           
static class SessionID.Provider
           
static class UserID.Provider
           
static class WorkgroupInformation.Provider