Smack

org.jivesoftware.smackx.bytestreams.ibb.packet
Class Data

java.lang.Object
  extended by org.jivesoftware.smack.packet.Packet
      extended by org.jivesoftware.smack.packet.IQ
          extended by org.jivesoftware.smackx.bytestreams.ibb.packet.Data

public class Data
extends IQ

Represents a chunk of data sent over an In-Band Bytestream encapsulated in an IQ stanza.

Author:
Henning Staib

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jivesoftware.smack.packet.IQ
IQ.Type
 
Field Summary
 
Fields inherited from class org.jivesoftware.smack.packet.Packet
DEFAULT_LANGUAGE, ID_NOT_AVAILABLE
 
Constructor Summary
Data(DataPacketExtension data)
          Constructor.
 
Method Summary
 String getChildElementXML()
          Returns the sub-element XML section of the IQ packet, or null if there isn't one.
 DataPacketExtension getDataPacketExtension()
          Returns the data packet extension.
 
Methods inherited from class org.jivesoftware.smack.packet.IQ
createErrorResponse, createResultIQ, getType, setType, toXML
 
Methods inherited from class org.jivesoftware.smack.packet.Packet
addExtension, deleteProperty, equals, getDefaultLanguage, getError, getExtension, getExtension, getExtensions, getExtensionsXML, getFrom, getPacketID, getProperty, getPropertyNames, getTo, getXmlns, hashCode, nextID, removeExtension, setDefaultXmlns, setError, setFrom, setPacketID, setProperty, setTo
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Data

public Data(DataPacketExtension data)
Constructor.

Parameters:
data - data packet extension containing the encoded data
Method Detail

getDataPacketExtension

public DataPacketExtension getDataPacketExtension()
Returns the data packet extension.

Convenience method for packet.getExtension("data", "http://jabber.org/protocol/ibb").

Returns:
the data packet extension

getChildElementXML

public String getChildElementXML()
Description copied from class: IQ
Returns the sub-element XML section of the IQ packet, or null if there isn't one. Packet extensions must be included, if any are defined.

Extensions of this class must override this method.

Specified by:
getChildElementXML in class IQ
Returns:
the child element section of the IQ XML.

Smack

Copyright © 2003-2007 Jive Software.