tigase.jaxmpp.core.client.xmpp.modules.pubsub
Class FormSubmitter
java.lang.Object
tigase.jaxmpp.core.client.xmpp.modules.pubsub.FormSubmitter
public abstract class FormSubmitter
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
form
protected final JabberDataElement form
serviceJID
protected final JID serviceJID
sessionObject
protected final SessionObject sessionObject
writer
protected final PacketWriter writer
FormSubmitter
public FormSubmitter(SessionObject sessionObject,
PacketWriter packetWriter,
JID serviceJID,
JabberDataElement form)
getForm
public JabberDataElement getForm()
prepareIqPayload
protected abstract Element prepareIqPayload()
throws XMLException
- Throws:
XMLException
submit
public void submit(AsyncCallback callback)
throws XMLException,
JaxmppException
- Throws:
XMLException
JaxmppException
Copyright © 2006-2012 Tigase. All Rights Reserved.