Uses of Class
org.jivesoftware.smackx.pubsub.NodeExtension

Packages that use NodeExtension
org.jivesoftware.smackx.pubsub   
 

Uses of NodeExtension in org.jivesoftware.smackx.pubsub
 

Subclasses of NodeExtension in org.jivesoftware.smackx.pubsub
 class AffiliationsExtension
          Represents the affiliations element of the reply to a request for affiliations.
 class ConfigurationEvent
          Represents the configuration element of a pubsub message event which associates a configuration form to the node which was configured.
 class FormNode
          Generic packet extension which represents any pubsub form that is parsed from the incoming stream or being sent out to the server.
 class ItemsExtension
          This class is used to for multiple purposes.
 class OptionsExtension
          A packet extension representing the options element.
 class PublishItem
          Represents a request to publish an item(s) to a specific node.
 class SubscribeExtension
          Represents a request to subscribe to a node.
 class Subscription
          Represents a subscription to node for both requests and replies.
 class SubscriptionsExtension
          Represents the element holding the list of subscription elements.
 class UnsubscribeExtension
          Represents an unsubscribe element.
 

Methods in org.jivesoftware.smackx.pubsub that return NodeExtension
 NodeExtension EventElement.getEvent()
           
 

Constructors in org.jivesoftware.smackx.pubsub with parameters of type NodeExtension
EventElement(EventElementType eventType, NodeExtension eventExt)