Interface RpcHandler

    • Method Detail

      • process

        Value process​(Jid requester,
                      String methodName,
                      List<Value> parameters)
               throws RpcException,
                      StanzaErrorException
        Processes the remote procedure call.
        Parameters:
        requester - The requester.
        methodName - The method name.
        parameters - The parameter list.
        Returns:
        The result.
        Throws:
        RpcException - If this exception is thrown, an application-level error (fault) is returned in the XML-RPC structure.
        StanzaErrorException - If this exception is thrown, a stanza error is returned to the caller.