public abstract class FormSubmitter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement |
form |
protected tigase.jaxmpp.core.client.JID |
serviceJID |
protected tigase.jaxmpp.core.client.SessionObject |
sessionObject |
protected tigase.jaxmpp.core.client.PacketWriter |
writer |
| Constructor and Description |
|---|
FormSubmitter(tigase.jaxmpp.core.client.SessionObject sessionObject,
tigase.jaxmpp.core.client.PacketWriter packetWriter,
tigase.jaxmpp.core.client.JID serviceJID,
tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement form) |
| Modifier and Type | Method and Description |
|---|---|
tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement |
getForm() |
protected abstract tigase.jaxmpp.core.client.xml.Element |
prepareIqPayload() |
void |
submit(tigase.jaxmpp.core.client.AsyncCallback callback) |
protected final tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement form
protected final tigase.jaxmpp.core.client.JID serviceJID
protected final tigase.jaxmpp.core.client.SessionObject sessionObject
protected final tigase.jaxmpp.core.client.PacketWriter writer
public FormSubmitter(tigase.jaxmpp.core.client.SessionObject sessionObject,
tigase.jaxmpp.core.client.PacketWriter packetWriter,
tigase.jaxmpp.core.client.JID serviceJID,
tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement form)
public tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement getForm()
protected abstract tigase.jaxmpp.core.client.xml.Element prepareIqPayload()
throws tigase.jaxmpp.core.client.xml.XMLException
tigase.jaxmpp.core.client.xml.XMLExceptionpublic void submit(tigase.jaxmpp.core.client.AsyncCallback callback)
throws tigase.jaxmpp.core.client.xml.XMLException,
tigase.jaxmpp.core.client.exceptions.JaxmppException
tigase.jaxmpp.core.client.xml.XMLExceptiontigase.jaxmpp.core.client.exceptions.JaxmppExceptionCopyright © 2006–2016 Tigase. All rights reserved.