@FunctionalInterface public interface RpcHandler
| Modifier and Type | Method and Description |
|---|---|
Value |
process(rocks.xmpp.addr.Jid requester,
String methodName,
List<Value> parameters)
Processes the remote procedure call.
|
Value process(rocks.xmpp.addr.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–2017 XMPP.rocks. All rights reserved.