public class XmlRpcRequestImpl extends Object implements org.apache.xmlrpc.XmlRpcRequest
| Constructor and Description |
|---|
XmlRpcRequestImpl(String pMethodName,
List<?> pParams) |
XmlRpcRequestImpl(String pMethodName,
Object[] pParams) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.xmlrpc.XmlRpcRequestConfig |
getConfig() |
String |
getMethodName() |
Object |
getParameter(int pIndex) |
int |
getParameterCount() |
public org.apache.xmlrpc.XmlRpcRequestConfig getConfig()
getConfig in interface org.apache.xmlrpc.XmlRpcRequestpublic String getMethodName()
getMethodName in interface org.apache.xmlrpc.XmlRpcRequestpublic int getParameterCount()
getParameterCount in interface org.apache.xmlrpc.XmlRpcRequestpublic Object getParameter(int pIndex)
getParameter in interface org.apache.xmlrpc.XmlRpcRequestApache Camel