public abstract class FormSubmitter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected JabberDataElement |
form |
protected JID |
serviceJID |
protected SessionObject |
sessionObject |
protected PacketWriter |
writer |
| Constructor and Description |
|---|
FormSubmitter(SessionObject sessionObject,
PacketWriter packetWriter,
JID serviceJID,
JabberDataElement form) |
| Modifier and Type | Method and Description |
|---|---|
JabberDataElement |
getForm() |
protected abstract Element |
prepareIqPayload() |
void |
submit(AsyncCallback callback) |
protected final JabberDataElement form
protected final JID serviceJID
protected final SessionObject sessionObject
protected final PacketWriter writer
public FormSubmitter(SessionObject sessionObject, PacketWriter packetWriter, JID serviceJID, JabberDataElement form)
public JabberDataElement getForm()
protected abstract Element prepareIqPayload() throws XMLException
XMLExceptionpublic void submit(AsyncCallback callback) throws XMLException, JaxmppException
XMLExceptionJaxmppExceptionCopyright © 2006–2015 Tigase. All rights reserved.