Uses of Class
org.jivesoftware.smackx.commands.packet.AdHocCommandDataBuilder
Packages that use 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
Methods in org.jivesoftware.smackx.commands with parameters of type AdHocCommandDataBuilderModifier and TypeMethodDescriptionprotected abstract AdHocCommandDataAdHocCommandHandler.complete(AdHocCommandDataBuilder response, SubmitForm submittedForm) final AdHocCommandDataAdHocCommandHandler.SingleStage.complete(AdHocCommandDataBuilder response, SubmitForm submittedForm) protected abstract AdHocCommandDataAdHocCommandHandler.execute(AdHocCommandDataBuilder response) protected final AdHocCommandDataAdHocCommandHandler.SingleStage.execute(AdHocCommandDataBuilder response) protected abstract AdHocCommandDataAdHocCommandHandler.SingleStage.executeSingleStage(AdHocCommandDataBuilder response) protected abstract AdHocCommandDataAdHocCommandHandler.next(AdHocCommandDataBuilder response, SubmitForm submittedForm) final AdHocCommandDataAdHocCommandHandler.SingleStage.next(AdHocCommandDataBuilder response, SubmitForm submittedForm) protected abstract AdHocCommandDataAdHocCommandHandler.prev(AdHocCommandDataBuilder response) final AdHocCommandDataAdHocCommandHandler.SingleStage.prev(AdHocCommandDataBuilder response) -
Uses of AdHocCommandDataBuilder in org.jivesoftware.smackx.commands.packet
Methods in org.jivesoftware.smackx.commands.packet that return AdHocCommandDataBuilderModifier and TypeMethodDescriptionAdHocCommandDataBuilder.addAction(AdHocCommandData.AllowedAction action) AdHocCommandDataBuilder.addNote(AdHocCommandNote note) static AdHocCommandDataBuilderstatic AdHocCommandDataBuilderstatic AdHocCommandDataBuilderAdHocCommandData.builder(String node, XMPPConnection connection) static AdHocCommandDataBuilderAdHocCommandDataBuilder.buildResponseFor(AdHocCommandData request) static AdHocCommandDataBuilderAdHocCommandDataBuilder.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) Constructors in org.jivesoftware.smackx.commands.packet with parameters of type AdHocCommandDataBuilder