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.XmlRpcRequest
public String getMethodName()
getMethodName
in interface org.apache.xmlrpc.XmlRpcRequest
public int getParameterCount()
getParameterCount
in interface org.apache.xmlrpc.XmlRpcRequest
public Object getParameter(int pIndex)
getParameter
in interface org.apache.xmlrpc.XmlRpcRequest
Apache Camel