public class XmlRpcClientRequestImpl
extends java.lang.Object
org.apache.xmlrpc.XmlRpcRequest.| Constructor and Description |
|---|
XmlRpcClientRequestImpl(XmlRpcRequestConfig pConfig,
java.lang.String pMethodName,
java.util.List pParams)
Creates a new instance.
|
XmlRpcClientRequestImpl(XmlRpcRequestConfig pConfig,
java.lang.String pMethodName,
java.lang.Object[] pParams)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
XmlRpcRequestConfig |
getConfig() |
java.lang.String |
getMethodName() |
java.lang.Object |
getParameter(int pIndex) |
int |
getParameterCount() |
public XmlRpcClientRequestImpl(XmlRpcRequestConfig pConfig,
java.lang.String pMethodName,
java.lang.Object[] pParams)
pConfig - The request configuration.pMethodName - The method name being performed.pParams - The parameters.java.lang.NullPointerException - One of the parameters is null.public XmlRpcClientRequestImpl(XmlRpcRequestConfig pConfig,
java.lang.String pMethodName,
java.util.List pParams)
pConfig - The request configuration.pMethodName - The method name being performed.pParams - The parameters.java.lang.NullPointerException - The method name or the parameters are null.