public class OfferConfirmation extends IQ
| Modifier and Type | Class and Description |
|---|---|
static class |
OfferConfirmation.Provider |
DEFAULT_LANGUAGE, ID_NOT_AVAILABLE| Constructor and Description |
|---|
OfferConfirmation() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getChildElementXML()
Returns the sub-element XML section of the IQ packet, or null if there
isn't one.
|
long |
getSessionID() |
java.lang.String |
getUserJID() |
void |
notifyService(XMPPConnection con,
java.lang.String workgroup,
java.lang.String createdRoomName) |
void |
setSessionID(long sessionID) |
void |
setUserJID(java.lang.String userJID) |
createErrorResponse, createResultIQ, getType, setType, toXMLaddCommonAttributes, addExtension, addExtensions, equals, getDefaultLanguage, getError, getExtension, getExtension, getExtensions, getExtensionsXML, getFrom, getPacketID, getTo, getXmlns, hashCode, nextID, removeExtension, setDefaultXmlns, setError, setFrom, setPacketID, setTo, toStringpublic java.lang.String getUserJID()
public void setUserJID(java.lang.String userJID)
public long getSessionID()
public void setSessionID(long sessionID)
public void notifyService(XMPPConnection con, java.lang.String workgroup, java.lang.String createdRoomName) throws SmackException.NotConnectedException
public java.lang.String getChildElementXML()
IQExtensions of this class must override this method.
getChildElementXML in class IQ