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

Packages that use Node
org.jivesoftware.smackx.pubsub   
 

Uses of Node in org.jivesoftware.smackx.pubsub
 

Subclasses of Node in org.jivesoftware.smackx.pubsub
 class CollectionNode
           
 class LeafNode
          The main class for the majority of pubsub functionality.
 

Methods in org.jivesoftware.smackx.pubsub that return Node
 Node PubSubManager.createNode(java.lang.String name, Form config)
          Creates a node with specified configuration.
 Node PubSubManager.getNode(java.lang.String id)
          Retrieves the requested node, if it exists.