tigase.util
Class ElementUtils

java.lang.Object
  extended by tigase.util.ElementUtils

public class ElementUtils
extends Object

Describe class ElementUtils here. Created: Sat Mar 25 20:08:17 2006

Version:
$Rev$
Author:
Artur Hefczyc

Constructor Summary
ElementUtils()
           
 
Method Summary
static tigase.xml.Element createIqQuery(tigase.xmpp.JID from, tigase.xmpp.JID to, StanzaType type, String id, tigase.xml.Element query)
           
static tigase.xml.Element createIqQuery(tigase.xmpp.JID from, tigase.xmpp.JID to, StanzaType type, String id, String xmlns)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementUtils

public ElementUtils()
Method Detail

createIqQuery

public static tigase.xml.Element createIqQuery(tigase.xmpp.JID from,
                                               tigase.xmpp.JID to,
                                               StanzaType type,
                                               String id,
                                               String xmlns)

createIqQuery

public static tigase.xml.Element createIqQuery(tigase.xmpp.JID from,
                                               tigase.xmpp.JID to,
                                               StanzaType type,
                                               String id,
                                               tigase.xml.Element query)


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