public interface XmlRpcRequest
org.apache.xmlrpc.XmlRpcClientRequest from
Apache XML-RPC 2.0.| Modifier and Type | Method and Description |
|---|---|
XmlRpcRequestConfig |
getConfig()
Returns the request configuration.
|
String |
getMethodName()
Returns the requests method name.
|
Object |
getParameter(int pIndex)
Returns the parameter with index
pIndex. |
int |
getParameterCount()
Returns the number of parameters.
|
XmlRpcRequestConfig getConfig()
String getMethodName()
int getParameterCount()
Object getParameter(int pIndex)
pIndex.pIndex - Number between 0 and getParameterCount()-1.Copyright © 2001-2015 The Apache Software Foundation. All Rights Reserved.