Smack

org.jivesoftware.smackx.receipts
Class DeliveryReceipt

java.lang.Object
  extended by org.jivesoftware.smackx.receipts.DeliveryReceipt
All Implemented Interfaces:
PacketExtension

public class DeliveryReceipt
extends Object
implements PacketExtension

Represents a message delivery receipt entry as specified by Message Delivery Receipts.

Author:
Georg Lukas

Nested Class Summary
static class DeliveryReceipt.Provider
          This Provider parses and returns DeliveryReceipt packets.
 
Field Summary
static String ELEMENT
           
static String NAMESPACE
           
 
Constructor Summary
DeliveryReceipt(String id)
           
 
Method Summary
 String getElementName()
          Returns the root element name.
 String getId()
           
 String getNamespace()
          Returns the root element XML namespace.
 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
 

Field Detail

NAMESPACE

public static final String NAMESPACE
See Also:
Constant Field Values

ELEMENT

public static final String ELEMENT
See Also:
Constant Field Values
Constructor Detail

DeliveryReceipt

public DeliveryReceipt(String id)
Method Detail

getId

public String getId()

getElementName

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

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

getNamespace

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

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

toXML

public 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.