Uses of Class
tigase.xmpp.StanzaType

Packages that use StanzaType
tigase.cluster   
tigase.server   
tigase.server.sreceiver   
tigase.util   
tigase.xmpp   
tigase.xmpp.impl   
tigase.xmpp.impl.roster   
 

Uses of StanzaType in tigase.cluster
 

Methods in tigase.cluster with parameters of type StanzaType
static tigase.xml.Element ClusterElement.clusterElement(String from, String to, StanzaType type)
          Method description
static tigase.xml.Element ClusterElement.createClusterElement(String from, String to, StanzaType type, String packet_from)
          Method description
static ClusterElement ClusterElement.createClusterMethodCall(String from, String to, StanzaType type, String method_name, Map<String,String> params)
          Method description
 ClusterElement ClusterElement.createMethodResponse(String from, StanzaType type, Map<String,String> results)
          Method description
 ClusterElement ClusterElement.createMethodResponse(String from, String to, StanzaType type, Map<String,String> results)
          Method description
 

Constructors in tigase.cluster with parameters of type StanzaType
ClusterElement(String from, String to, StanzaType type, Packet packet)
          Constructs ...
 

Uses of StanzaType in tigase.server
 

Methods in tigase.server that return StanzaType
 StanzaType Packet.getType()
          Method returns the stanza type parsed from the top XML element of the enclosed stanza.
 

Methods in tigase.server with parameters of type StanzaType
static tigase.xml.Element Command.createIqCommand(tigase.xmpp.JID from, tigase.xmpp.JID to, StanzaType type, String id, String node, Command.DataType data_type)
           
static Packet Message.getMessage(tigase.xmpp.JID from, tigase.xmpp.JID to, StanzaType type, String body, String subject, String thread, String id)
          Creates a packet with message stanza.
 Packet Command.getPacket(tigase.xmpp.JID from, tigase.xmpp.JID to, StanzaType type, String id)
           
 Packet Command.getPacket(tigase.xmpp.JID from, tigase.xmpp.JID to, StanzaType type, String id, Command.DataType data_type)
           
static Packet Packet.packetInstance(String el_name, String from, String to, StanzaType type)
          The method creates XML stanza from given parameters and returns Packet instance for this XML stanza.
 Packet Packet.swapElemFromTo(StanzaType type)
          Deprecated. Use swapStanzaFromTo() instead.
 Packet Packet.swapStanzaFromTo(StanzaType type)
          The method creates a new Packet instance with a stanza copy with swapped source and destination addresses and the given type set.
 

Uses of StanzaType in tigase.server.sreceiver
 

Methods in tigase.server.sreceiver with parameters of type StanzaType
static Packet TaskCommons.getMessage(tigase.xmpp.JID from, tigase.xmpp.JID to, StanzaType type, String body)
           
static Packet TaskCommons.getPresence(tigase.xmpp.JID from, tigase.xmpp.JID to, StanzaType type)
           
static Packet TaskCommons.getPresence(tigase.xmpp.JID from, tigase.xmpp.JID to, StanzaType type, String nick, String status)
           
 

Uses of StanzaType in tigase.util
 

Methods in tigase.util with parameters of type StanzaType
static tigase.xml.Element ElementUtils.createIqQuery(tigase.xmpp.JID from, tigase.xmpp.JID to, StanzaType type, String id, tigase.xml.Element query)
           
static tigase.xml.Element ElementUtils.createIqQuery(tigase.xmpp.JID from, tigase.xmpp.JID to, StanzaType type, String id, String xmlns)
           
 

Uses of StanzaType in tigase.xmpp
 

Methods in tigase.xmpp that return StanzaType
static StanzaType StanzaType.valueof(String cmd)
           
static StanzaType StanzaType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StanzaType[] StanzaType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of StanzaType in tigase.xmpp.impl
 

Methods in tigase.xmpp.impl with parameters of type StanzaType
protected static void Presence.broadcastDirectPresences(StanzaType t, XMPPResourceConnection session, Queue<Packet> results, tigase.xml.Element pres)
           
static void Presence.sendPresence(StanzaType t, tigase.xmpp.JID from, tigase.xmpp.JID to, Queue<Packet> results, tigase.xml.Element pres)
          Method description
static void Presence.sendPresenceBroadcast(StanzaType t, XMPPResourceConnection session, EnumSet<RosterAbstract.SubscriptionType> subscrs, Queue<Packet> results, tigase.xml.Element pres, Map<String,Object> settings)
          sendPresenceBroadcast method broadcasts given presence to all budies from roster and to all users to which direct presence was sent.
 

Uses of StanzaType in tigase.xmpp.impl.roster
 

Fields in tigase.xmpp.impl.roster with type parameters of type StanzaType
static EnumSet<StanzaType> RosterAbstract.INITIAL_PRESENCES
          Field description
 



Copyright © 2001-2006 Tigase Developers Team. All rights Reserved.