Interface XmlRpcTransport

    • Method Detail

      • sendRequest

        java.lang.Object sendRequest​(XmlRpcRequest pRequest)
                              throws XmlRpcException
        Send an XML-RPC message. This method is called to send a message to the other party.
        Parameters:
        pRequest - The request being performed.
        Returns:
        Result object, if invoking the remote method was successfull.
        Throws:
        XmlRpcException - Performing the request failed.