Uses of Class
org.jivesoftware.smackx.commands.packet.AdHocCommandDataBuilder
Package
Description
Smacks implementation of XEP-0050: Ad-Hoc Commands.
Element classes for XEP-0050: Ad-Hoc Commands.
-
Uses of AdHocCommandDataBuilder in org.jivesoftware.smackx.commands
Modifier and TypeMethodDescriptionprotected abstract AdHocCommandData
AdHocCommandHandler.complete
(AdHocCommandDataBuilder response, SubmitForm submittedForm) final AdHocCommandData
AdHocCommandHandler.SingleStage.complete
(AdHocCommandDataBuilder response, SubmitForm submittedForm) protected abstract AdHocCommandData
AdHocCommandHandler.execute
(AdHocCommandDataBuilder response) protected final AdHocCommandData
AdHocCommandHandler.SingleStage.execute
(AdHocCommandDataBuilder response) protected abstract AdHocCommandData
AdHocCommandHandler.SingleStage.executeSingleStage
(AdHocCommandDataBuilder response) protected abstract AdHocCommandData
AdHocCommandHandler.next
(AdHocCommandDataBuilder response, SubmitForm submittedForm) final AdHocCommandData
AdHocCommandHandler.SingleStage.next
(AdHocCommandDataBuilder response, SubmitForm submittedForm) protected abstract AdHocCommandData
AdHocCommandHandler.prev
(AdHocCommandDataBuilder response) final AdHocCommandData
AdHocCommandHandler.SingleStage.prev
(AdHocCommandDataBuilder response) -
Uses of AdHocCommandDataBuilder in org.jivesoftware.smackx.commands.packet
Modifier and TypeMethodDescriptionAdHocCommandDataBuilder.addAction
(AdHocCommandData.AllowedAction action) AdHocCommandDataBuilder.addNote
(AdHocCommandNote note) static AdHocCommandDataBuilder
static AdHocCommandDataBuilder
static AdHocCommandDataBuilder
AdHocCommandData.builder
(String node, XMPPConnection connection) static AdHocCommandDataBuilder
AdHocCommandDataBuilder.buildResponseFor
(AdHocCommandData request) static AdHocCommandDataBuilder
AdHocCommandDataBuilder.buildResponseFor
(AdHocCommandData request, IQ.ResponseType responseType) AdHocCommandDataBuilder.getThis()
AdHocCommandDataBuilder.setAction
(AdHocCommandData.Action action) AdHocCommandDataBuilder.setExecuteAction
(AdHocCommandData.AllowedAction action) AdHocCommandDataBuilder.setSessionId
(String sessionId) AdHocCommandDataBuilder.setStatus
(AdHocCommandData.Status status) AdHocCommandDataBuilder.setStatusCompleted()
AdHocCommandDataBuilder.setStatusExecuting
(AdHocCommandDataBuilder.PreviousStage previousStage, AdHocCommandDataBuilder.NextStage nextStage)