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 |
|---|---|
String |
getChildElementXML()
Returns the sub-element XML section of the IQ packet, or null if there
isn't one.
|
long |
getSessionID() |
String |
getUserJID() |
void |
notifyService(Connection con,
String workgroup,
String createdRoomName) |
void |
setSessionID(long sessionID) |
void |
setUserJID(String userJID) |
createErrorResponse, createResultIQ, getType, setType, toXMLaddExtension, deleteProperty, equals, getDefaultLanguage, getError, getExtension, getExtension, getExtensions, getExtensionsXML, getFrom, getPacketID, getProperty, getPropertyNames, getTo, getXmlns, hashCode, nextID, removeExtension, setDefaultXmlns, setError, setFrom, setPacketID, setProperty, setTopublic String getUserJID()
public void setUserJID(String userJID)
public long getSessionID()
public void setSessionID(long sessionID)
public void notifyService(Connection con, String workgroup, String createdRoomName)
public String getChildElementXML()
IQExtensions of this class must override this method.
getChildElementXML in class IQCopyright © 2003-2007 Jive Software.