Uses of Class
tigase.xmpp.StanzaType

Packages that use StanzaType
tigase.cluster.api   
tigase.server The main package with top level API for server side components. 
tigase.server.sreceiver   
tigase.util   
tigase.xmpp   
tigase.xmpp.impl   
tigase.xmpp.impl.roster   
 

Uses of StanzaType in tigase.cluster.api
 

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

Constructors in tigase.cluster.api with parameters of type StanzaType
ClusterElement(tigase.xmpp.JID from, tigase.xmpp.JID 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)
          Method description
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)
          Method description
 Packet Command.getPacket(tigase.xmpp.JID from, tigase.xmpp.JID to, StanzaType type, String id, Command.DataType data_type)
          Method description
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.
 

Methods in tigase.xmpp that return types with arguments of type StanzaType
 Set<StanzaType> XMPPImplIfc.supTypes()
          Method returns an array of all stanza types which the plugin is able to handle.
 Set<StanzaType> XMPPProcessor.supTypes()
          Method description
 

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)
          Method description
static void Presence.sendPresence(StanzaType t, tigase.xmpp.BareJID from, tigase.xmpp.BareJID to, Queue<Packet> results, tigase.xml.Element pres)
          Method description
static Packet 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, RosterAbstract roster_util)
          sendPresenceBroadcast method broadcasts given presence to all buddies 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 © 2013 Tigase. All rights reserved.