org.jivesoftware.smackx.pubsub
Class SubscriptionsElement
java.lang.Object
org.jivesoftware.smackx.pubsub.NodeExtension
org.jivesoftware.smackx.pubsub.SubscriptionsElement
- All Implemented Interfaces:
- org.jivesoftware.smack.packet.PacketExtension
public class SubscriptionsElement
- extends NodeExtension
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubscriptionsElement
public SubscriptionsElement()
SubscriptionsElement
public SubscriptionsElement(java.lang.String nodeId)
SubscriptionsElement
public SubscriptionsElement(java.util.Collection<Subscription> subList)
SubscriptionsElement
public SubscriptionsElement(java.lang.String nodeId,
java.util.Collection<Subscription> subList)
getSubscriptions
public java.util.Collection<Subscription> getSubscriptions()
toXML
public java.lang.String toXML()
- Specified by:
toXML
in interface org.jivesoftware.smack.packet.PacketExtension
- Overrides:
toXML
in class NodeExtension