@Bean(name="scriptCommandProcessor", active=true) public class ComponenScriptCommandProcessor extends Object implements AdHocCommandModule.ScriptCommandProcessor
| Constructor and Description |
|---|
ComponenScriptCommandProcessor() |
| Modifier and Type | Method and Description |
|---|---|
List<Element> |
getScriptItems(String node,
JID jid,
JID from) |
boolean |
isAllowed(String node,
JID from) |
boolean |
isAllowed(String node,
String domain,
JID from) |
boolean |
processScriptCommand(Packet pc,
Queue<Packet> results) |
public List<Element> getScriptItems(String node, JID jid, JID from)
getScriptItems in interface AdHocCommandModule.ScriptCommandProcessorpublic boolean processScriptCommand(Packet pc, Queue<Packet> results)
processScriptCommand in interface AdHocCommandModule.ScriptCommandProcessorpublic boolean isAllowed(String node, JID from)
isAllowed in interface AdHocCommandModule.ScriptCommandProcessorpublic boolean isAllowed(String node, String domain, JID from)
isAllowed in interface AdHocCommandModule.ScriptCommandProcessorCopyright © 2004–2019 "Tigase, Inc.". All rights reserved.