public class PublishItem<T extends Item> extends NodeExtension
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Collection<T> |
items |
| Constructor and Description |
|---|
PublishItem(java.lang.String nodeId,
java.util.Collection<T> toPublish)
Construct a request to publish multiple items to a node.
|
PublishItem(java.lang.String nodeId,
T toPublish)
Construct a request to publish an item to a node.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toXML() |
getElementName, getNamespace, getNode, toStringpublic PublishItem(java.lang.String nodeId,
T toPublish)
nodeId - The node to publish totoPublish - The Item to publishpublic java.lang.String toXML()
toXML in interface org.jivesoftware.smack.packet.ElementtoXML in class NodeExtension