org.apache.xmlrpc.client
public class XmlRpcClientRequestImpl extends Object implements XmlRpcRequest
Constructor Summary | |
---|---|
XmlRpcClientRequestImpl(XmlRpcRequestConfig pConfig, String pMethodName, Object[] pParams) Creates a new instance. | |
XmlRpcClientRequestImpl(XmlRpcRequestConfig pConfig, String pMethodName, List pParams) Creates a new instance. |
Method Summary | |
---|---|
XmlRpcRequestConfig | getConfig() |
String | getMethodName() |
Object | getParameter(int pIndex) |
int | getParameterCount() |
Parameters: pConfig The request configuration. pMethodName The method name being performed. pParams The parameters.
Throws: NullPointerException One of the parameters is null.
Parameters: pConfig The request configuration. pMethodName The method name being performed. pParams The parameters.
Throws: NullPointerException The method name or the parameters are null.