|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
Method Summary | |
---|---|
XmlRpcRequestConfig |
getConfig()
Returns the request configuration. |
java.lang.String |
getMethodName()
Returns the requests method name. |
java.lang.Object |
getParameter(int pIndex)
Returns the parameter with index pIndex . |
int |
getParameterCount()
Returns the number of parameters. |
Method Detail |
---|
XmlRpcRequestConfig getConfig()
java.lang.String getMethodName()
int getParameterCount()
java.lang.Object getParameter(int pIndex)
pIndex
.
pIndex
- Number between 0 and getParameterCount()
-1.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |