Class XmlRpcClientRequestImpl

    • Field Detail

      • ZERO_PARAMS

        private static final java.lang.Object[] ZERO_PARAMS
      • methodName

        private final java.lang.String methodName
      • params

        private final java.lang.Object[] params
    • Constructor Detail

      • XmlRpcClientRequestImpl

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

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