Interface XmlRpcHandler

    • Method Detail

      • execute

        java.lang.Object execute​(XmlRpcRequest pRequest)
                          throws XmlRpcException
        Performs the request and returns the result object.
        Parameters:
        pRequest - The request being performed (method name and parameters.)
        Returns:
        The result object.
        Throws:
        XmlRpcException - Performing the request failed.