|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jivesoftware.smackx.pubsub.NodeExtension
org.jivesoftware.smackx.pubsub.SubscriptionsExtension
public class SubscriptionsExtension
Represents the element holding the list of subscription elements.
| Constructor Summary | |
|---|---|
SubscriptionsExtension(java.util.List<Subscription> subList)
Subscriptions to the root node |
|
SubscriptionsExtension(java.lang.String nodeId,
java.util.List<Subscription> subList)
Subscriptions to the specified node. |
|
| Method Summary | |
|---|---|
java.util.List<Subscription> |
getSubscriptions()
Gets the list of subscriptions. |
java.lang.String |
toXML()
Returns the XML representation of the PacketExtension. |
| Methods inherited from class org.jivesoftware.smackx.pubsub.NodeExtension |
|---|
getElementName, getNamespace, getNode, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SubscriptionsExtension(java.util.List<Subscription> subList)
subList - The list of subscriptions
public SubscriptionsExtension(java.lang.String nodeId,
java.util.List<Subscription> subList)
nodeId - The node subscribed tosubList - The list of subscriptions| Method Detail |
|---|
public java.util.List<Subscription> getSubscriptions()
public java.lang.String toXML()
PacketExtension
toXML in interface PacketExtensiontoXML in class NodeExtension
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||