Class GetItemsRequest
java.lang.Object
org.jivesoftware.smackx.pubsub.NodeExtension
org.jivesoftware.smackx.pubsub.GetItemsRequest
- All Implemented Interfaces:
Element, NamedElement, XmlElement, XmlLangElement
Represents a request to subscribe to a node.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGetItemsRequest(String nodeId) GetItemsRequest(String nodeId, int maxItemsToReturn) GetItemsRequest(String nodeId, String subscriptionId) GetItemsRequest(String nodeId, String subscriptionId, int maxItemsToReturn) -
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
-
subId
-
maxItems
-
-
Constructor Details
-
GetItemsRequest
-
GetItemsRequest
-
GetItemsRequest
-
GetItemsRequest
-
-
Method Details
-
getSubscriptionId
-
getMaxItems
-
addXml
- Overrides:
addXmlin classNodeExtension
-