Class XmlRpcClientRequestImpl

    • Constructor Detail

      • XmlRpcClientRequestImpl

        public XmlRpcClientRequestImpl​(XmlRpcRequestConfig pConfig,
                                       String pMethodName,
                                       Object[] pParams)
        Creates a new instance.
        Parameters:
        pConfig - The request configuration.
        pMethodName - The method name being performed.
        pParams - The parameters.
        Throws:
        NullPointerException - One of the parameters is null.
      • XmlRpcClientRequestImpl

        public XmlRpcClientRequestImpl​(XmlRpcRequestConfig pConfig,
                                       String pMethodName,
                                       List pParams)
        Creates a new instance.
        Parameters:
        pConfig - The request configuration.
        pMethodName - The method name being performed.
        pParams - The parameters.
        Throws:
        NullPointerException - The method name or the parameters are null.