Class SubscribeExtension
java.lang.Object
org.jivesoftware.smackx.pubsub.NodeExtension
org.jivesoftware.smackx.pubsub.SubscribeExtension
- All Implemented Interfaces:
Element, NamedElement, XmlElement, XmlLangElement
Represents a request to subscribe to a node.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSubscribeExtension(Jid subscribeJid) SubscribeExtension(Jid subscribeJid, String nodeId) -
Method Summary
Methods inherited from class NodeExtension
getElementName, getNamespace, getNode, getPubSubNamespace, toString, toXMLMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface XmlElement
getLanguage, getQName
-
Field Details
-
jid
-
-
Constructor Details
-
SubscribeExtension
-
SubscribeExtension
-
-
Method Details
-
getJid
-
addXml
- Overrides:
addXmlin classNodeExtension
-