Package tigase.component
Class ComponenScriptCommandProcessor
java.lang.Object
tigase.component.ComponenScriptCommandProcessor
- All Implemented Interfaces:
AdHocCommandModule.ScriptCommandProcessor
@Bean(name="scriptCommandProcessor",
active=true)
public class ComponenScriptCommandProcessor
extends Object
implements AdHocCommandModule.ScriptCommandProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<tigase.xml.Element>
getScriptItems
(String node, tigase.xmpp.jid.JID jid, tigase.xmpp.jid.JID from) boolean
boolean
boolean
processScriptCommand
(Packet pc, Queue<Packet> results)
-
Constructor Details
-
ComponenScriptCommandProcessor
public ComponenScriptCommandProcessor()
-
-
Method Details
-
getScriptItems
public List<tigase.xml.Element> getScriptItems(String node, tigase.xmpp.jid.JID jid, tigase.xmpp.jid.JID from) - Specified by:
getScriptItems
in interfaceAdHocCommandModule.ScriptCommandProcessor
-
processScriptCommand
- Specified by:
processScriptCommand
in interfaceAdHocCommandModule.ScriptCommandProcessor
-
isAllowed
- Specified by:
isAllowed
in interfaceAdHocCommandModule.ScriptCommandProcessor
-
isAllowed
- Specified by:
isAllowed
in interfaceAdHocCommandModule.ScriptCommandProcessor
-