LimeWire Consolidated API

org.limewire.xmpp.client.impl.messages.address
Class AddressIQ

java.lang.Object
  extended by org.jivesoftware.smack.packet.Packet
      extended by org.jivesoftware.smack.packet.IQ
          extended by org.limewire.xmpp.client.impl.messages.address.AddressIQ

public class AddressIQ
extends org.jivesoftware.smack.packet.IQ


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jivesoftware.smack.packet.IQ
org.jivesoftware.smack.packet.IQ.Type
 
Field Summary
 
Fields inherited from class org.jivesoftware.smack.packet.Packet
DEFAULT_LANGUAGE, ID_NOT_AVAILABLE
 
Constructor Summary
AddressIQ(Address address, AddressFactory factory)
           
AddressIQ(org.xmlpull.v1.XmlPullParser parser, AddressFactory factory)
           
 
Method Summary
 Address getAddress()
           
 String getChildElementXML()
           
 
Methods inherited from class org.jivesoftware.smack.packet.IQ
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, parseXMLLang, 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

AddressIQ

public AddressIQ(org.xmlpull.v1.XmlPullParser parser,
                 AddressFactory factory)
          throws IOException,
                 org.xmlpull.v1.XmlPullParserException,
                 InvalidIQException
Throws:
IOException
org.xmlpull.v1.XmlPullParserException
InvalidIQException

AddressIQ

public AddressIQ(Address address,
                 AddressFactory factory)
Method Detail

getAddress

public Address getAddress()

getChildElementXML

public String getChildElementXML()
Specified by:
getChildElementXML in class org.jivesoftware.smack.packet.IQ

LimeWire Consolidated API

Copyright © 2009. All Rights Reserved.