Uses of Interface
tigase.muc.xmpp.StanzaType

Packages that use StanzaType
tigase.muc.xmpp   
tigase.muc.xmpp.stanzas Privides implementations of XML stanzas. 
 

Uses of StanzaType in tigase.muc.xmpp
 

Classes in tigase.muc.xmpp with type parameters of type StanzaType
 interface Stanza<E extends StanzaType>
          Interface for XML stanza.
 

Uses of StanzaType in tigase.muc.xmpp.stanzas
 

Classes in tigase.muc.xmpp.stanzas with type parameters of type StanzaType
 class AbstractStanza<E extends StanzaType>
          Abstract class for implement concrete XML stanzas.
 

Classes in tigase.muc.xmpp.stanzas that implement StanzaType
 class IQType
          Types of IQ stanza.
 class MessageType
          Types of Message stanza.
 class PresenceType
          Types od Presence stanza.
 



Copyright © 2007 Tigase. All Rights Reserved.