Uses of Class
org.jivesoftware.smackx.packet.PubSubNamespace

Packages that use PubSubNamespace
org.jivesoftware.smackx.packet XML packets that are part of the XMPP extension protocols. 
org.jivesoftware.smackx.pubsub   
 

Uses of PubSubNamespace in org.jivesoftware.smackx.packet
 

Methods in org.jivesoftware.smackx.packet that return PubSubNamespace
 PubSubNamespace PubSub.getPubSubNamespace()
          Returns the current value of the namespace.
static PubSubNamespace PubSubNamespace.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PubSubNamespace PubSubNamespace.valueOfFromXmlns(java.lang.String ns)
           
static PubSubNamespace[] PubSubNamespace.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jivesoftware.smackx.packet with parameters of type PubSubNamespace
 void PubSub.setPubSubNamespace(PubSubNamespace ns)
          Set the namespace for the packet if it something other than the default case of BASIC.
 

Uses of PubSubNamespace in org.jivesoftware.smackx.pubsub
 

Methods in org.jivesoftware.smackx.pubsub that return PubSubNamespace
 PubSubNamespace PubSubElementType.getNamespace()