org.apache.camel.component.xmlrpc
Class XmlRpcRequestImpl

java.lang.Object
  extended by org.apache.camel.component.xmlrpc.XmlRpcRequestImpl
All Implemented Interfaces:
org.apache.xmlrpc.XmlRpcRequest

public class XmlRpcRequestImpl
extends Object
implements org.apache.xmlrpc.XmlRpcRequest


Constructor Summary
XmlRpcRequestImpl(String pMethodName, List<?> pParams)
           
XmlRpcRequestImpl(String pMethodName, Object[] pParams)
           
 
Method Summary
 org.apache.xmlrpc.XmlRpcRequestConfig getConfig()
           
 String getMethodName()
           
 Object getParameter(int pIndex)
           
 int getParameterCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlRpcRequestImpl

public XmlRpcRequestImpl(String pMethodName,
                         Object[] pParams)

XmlRpcRequestImpl

public XmlRpcRequestImpl(String pMethodName,
                         List<?> pParams)
Method Detail

getConfig

public org.apache.xmlrpc.XmlRpcRequestConfig getConfig()
Specified by:
getConfig in interface org.apache.xmlrpc.XmlRpcRequest

getMethodName

public String getMethodName()
Specified by:
getMethodName in interface org.apache.xmlrpc.XmlRpcRequest

getParameterCount

public int getParameterCount()
Specified by:
getParameterCount in interface org.apache.xmlrpc.XmlRpcRequest

getParameter

public Object getParameter(int pIndex)
Specified by:
getParameter in interface org.apache.xmlrpc.XmlRpcRequest


Apache Camel