public class PublishItem<T extends Item> extends NodeExtension
Modifier and Type | Field and Description |
---|---|
protected Collection<T> |
items |
Constructor and Description |
---|
PublishItem(String nodeId,
Collection<T> toPublish)
Construct a request to publish multiple items to a node.
|
PublishItem(String nodeId,
T toPublish)
Construct a request to publish an item to a node.
|
Modifier and Type | Method and Description |
---|---|
String |
toXML()
Returns the XML representation of the PacketExtension.
|
getElementName, getNamespace, getNode, toString
protected Collection<T extends Item> items
public PublishItem(String nodeId, T toPublish)
nodeId
- The node to publish totoPublish
- The Item
to publishpublic PublishItem(String nodeId, Collection<T> toPublish)
nodeId
- The node to publish totoPublish
- The list of Item
to publishpublic String toXML()
PacketExtension
toXML
in interface PacketExtension
toXML
in class NodeExtension