Package org.jivesoftware.smack.packet
Interface IqView
-
- All Superinterfaces:
StanzaView
,XmlLangElement
- All Known Implementing Classes:
AbstractIqBuilder
,Bind
,EmptyResultIQ
,ErrorIQ
,IQ
,IqBuilder
,IqData
,Session
,SimpleIQ
,UnparsedIQ
public interface IqView extends StanzaView
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IQ.Type
getType()
Returns the type of the IQ packet.-
Methods inherited from interface org.jivesoftware.smack.packet.StanzaView
getError, getExtension, getExtension, getExtensions, getExtensions, getExtensions, getFrom, getStanzaId, getTo, hasExtension, hasExtension, hasExtension
-
Methods inherited from interface org.jivesoftware.smack.packet.XmlLangElement
getLanguage
-
-
-
-
Method Detail
-
getType
IQ.Type getType()
Returns the type of the IQ packet.- Returns:
- the type of the IQ packet.
-
-