Package tigase.component.adhoc
Class AdhHocRequest
- java.lang.Object
-
- tigase.component.adhoc.AdhHocRequest
-
public class AdhHocRequest extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAction()ElementgetCommand()PacketgetIq()StringgetNode()JIDgetRecipient()JIDgetSender()StringgetSessionId()booleanisAction(String action)
-
-
-
Method Detail
-
getAction
public String getAction()
-
isAction
public boolean isAction(String action)
-
getCommand
public Element getCommand()
-
getIq
public Packet getIq()
-
getNode
public String getNode()
-
getSender
public JID getSender()
-
getRecipient
public JID getRecipient()
-
getSessionId
public String getSessionId()
-
-