public class XmlRpcClientRequestImpl
extends java.lang.Object
implements org.apache.xmlrpc.XmlRpcRequest
XmlRpcRequest.| コンストラクタと説明 |
|---|
XmlRpcClientRequestImpl(org.apache.xmlrpc.XmlRpcRequestConfig pConfig,
java.lang.String pMethodName,
java.util.List pParams)
Creates a new instance.
|
XmlRpcClientRequestImpl(org.apache.xmlrpc.XmlRpcRequestConfig pConfig,
java.lang.String pMethodName,
java.lang.Object[] pParams)
Creates a new instance.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
org.apache.xmlrpc.XmlRpcRequestConfig |
getConfig() |
java.lang.String |
getMethodName() |
java.lang.Object |
getParameter(int pIndex) |
int |
getParameterCount() |
public XmlRpcClientRequestImpl(org.apache.xmlrpc.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(org.apache.xmlrpc.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.public java.lang.String getMethodName()
getMethodName インタフェース内 org.apache.xmlrpc.XmlRpcRequestpublic int getParameterCount()
getParameterCount インタフェース内 org.apache.xmlrpc.XmlRpcRequestpublic java.lang.Object getParameter(int pIndex)
getParameter インタフェース内 org.apache.xmlrpc.XmlRpcRequestpublic org.apache.xmlrpc.XmlRpcRequestConfig getConfig()
getConfig インタフェース内 org.apache.xmlrpc.XmlRpcRequest