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

Packages that use Node
org.jivesoftware.smackx.pubsub   
 

Uses of Node in org.jivesoftware.smackx.pubsub
 

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

Methods in org.jivesoftware.smackx.pubsub that return types with arguments of type Node
 java.util.List<Node> PubSubManager.getNodes()
          Get all the nodes that currently exist.