Uses of Class
tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement

Packages that use JabberDataElement
tigase.jaxmpp.core.client.xmpp.modules.adhoc   
tigase.jaxmpp.core.client.xmpp.modules.pubsub   
 

Uses of JabberDataElement in tigase.jaxmpp.core.client.xmpp.modules.adhoc
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.adhoc that return JabberDataElement
 JabberDataElement AdHocResponse.getForm()
          Return response Data Form.
 JabberDataElement AdHocRequest.getForm()
          Return Data Form sent by client in request.
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.adhoc with parameters of type JabberDataElement
 void AdHocCommansModule.execute(JID toJID, String node, Action action, JabberDataElement data, AsyncCallback asyncCallback)
          Calls ad-hoc command on remote resource.
protected abstract  void AdHocCommansModule.AdHocCommansAsyncCallback.onResponseReceived(String sessionid, String node, State status, JabberDataElement data)
          Method called when response of ad-hoc command is received.
 void AdHocResponse.setForm(JabberDataElement form)
          Set reponse data form.
 

Uses of JabberDataElement in tigase.jaxmpp.core.client.xmpp.modules.pubsub
 

Fields in tigase.jaxmpp.core.client.xmpp.modules.pubsub declared as JabberDataElement
protected  JabberDataElement FormSubmitter.form
           
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.pubsub that return JabberDataElement
static JabberDataElement PubSubModule.createNodeConfiguration()
          Create empty jabber:x:data element prepared to submit.
 JabberDataElement FormSubmitter.getForm()
           
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.pubsub with parameters of type JabberDataElement
 void PubSubModule.configureSubscription(BareJID pubSubJID, String nodeName, JID subscriberJID, JabberDataElement form, AsyncCallback callback)
           
 void PubSubModule.configureSubscription(BareJID pubSubJID, String nodeName, JID subscriberJID, JabberDataElement form, PubSubAsyncCallback callback)
           
protected abstract  void PubSubModule.SubscriptionOptionsAsyncCallback.onReceiveConfiguration(IQ responseStanza, String node, JID jid, JabberDataElement form)
           
 void PubSubModule.subscribe(BareJID pubSubJID, String nodeName, JID subscriberJID, JabberDataElement options, AsyncCallback callback)
           
 void PubSubModule.subscribe(BareJID pubSubJID, String nodeName, JID subscriberJID, JabberDataElement options, PubSubModule.SubscriptionAsyncCallback callback)
           
 

Constructors in tigase.jaxmpp.core.client.xmpp.modules.pubsub with parameters of type JabberDataElement
FormSubmitter(SessionObject sessionObject, PacketWriter packetWriter, JID serviceJID, JabberDataElement form)
           
 



Copyright © 2006-2012 Tigase. All Rights Reserved.