org.apache.xmlrpc
Interface XmlRpcRequest
- XmlRpcClientRequestImpl
public interface XmlRpcRequest
Interface to an XML-RPC request made by a client. Replaces the
class org.apache.xmlrpc.XmlRpcClientRequest
from
Apache XML-RPC 2.0.
getConfig
public XmlRpcRequestConfig getConfig()
Returns the request configuration.
- The request configuration.
getMethodName
public String getMethodName()
Returns the requests method name.
- Name of the method being invoked.
getParameter
public Object getParameter(int pIndex)
Returns the parameter with index pIndex
.
- Parameter being sent to the server.
getParameterCount
public int getParameterCount()
Returns the number of parameters.
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.