Smack

org.jivesoftware.smackx.pubsub
Class RetractItem

java.lang.Object
  extended by org.jivesoftware.smackx.pubsub.RetractItem
All Implemented Interfaces:
PacketExtension

public class RetractItem
extends java.lang.Object
implements PacketExtension

Represents and item that has been deleted from a node.

Author:
Robin Collier

Constructor Summary
RetractItem(java.lang.String itemId)
          Construct a RetractItem with the specified id.
 
Method Summary
 java.lang.String getElementName()
          Returns the root element name.
 java.lang.String getId()
           
 java.lang.String getNamespace()
          Returns the root element XML namespace.
 java.lang.String toXML()
          Returns the XML representation of the PacketExtension.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RetractItem

public RetractItem(java.lang.String itemId)
Construct a RetractItem with the specified id.

Parameters:
itemId - The id if the item deleted
Method Detail

getId

public java.lang.String getId()

getElementName

public java.lang.String getElementName()
Description copied from interface: PacketExtension
Returns the root element name.

Specified by:
getElementName in interface PacketExtension
Returns:
the element name.

getNamespace

public java.lang.String getNamespace()
Description copied from interface: PacketExtension
Returns the root element XML namespace.

Specified by:
getNamespace in interface PacketExtension
Returns:
the namespace.

toXML

public java.lang.String toXML()
Description copied from interface: PacketExtension
Returns the XML representation of the PacketExtension.

Specified by:
toXML in interface PacketExtension
Returns:
the packet extension as XML.

Smack

Copyright © 2003-2007 Jive Software.