Smack

org.jivesoftware.smackx.workgroup.agent
Class InvitationRequest

java.lang.Object
  extended by org.jivesoftware.smackx.workgroup.agent.OfferContent
      extended by org.jivesoftware.smackx.workgroup.agent.InvitationRequest

public class InvitationRequest
extends OfferContent

Request sent by an agent to invite another agent or user.

Author:
Gaston Dombiak

Constructor Summary
InvitationRequest(String inviter, String room, String reason)
           
 
Method Summary
 String getInviter()
           
 String getReason()
           
 String getRoom()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvitationRequest

public InvitationRequest(String inviter,
                         String room,
                         String reason)
Method Detail

getInviter

public String getInviter()

getRoom

public String getRoom()

getReason

public String getReason()

Smack

Copyright © 2003-2007 Jive Software.