public interface RpcHandler
Value process(Jid requester, String methodName, List<Value> parameters) throws RpcException
requester - The requester.methodName - The method name.parameters - The parameter list.RpcException - If this exception is thrown, an application-level error (fault) is returned in the XML-RPC structure.Copyright © 2014–2015 XMPP.rocks. All rights reserved.