
Public Member Functions | |
| XmlRpcRequestConfig | getConfig () |
| String | getMethodName () |
| Object | getParameter (int pIndex) |
| int | getParameterCount () |
Interface to an XML-RPC request made by a client. Replaces the class org.apache.xmlrpc.XmlRpcClientRequest from Apache XML-RPC 2.0.
Definition at line 27 of file XmlRpcRequest.java.
Returns the request configuration.
Implemented in org.apache.xmlrpc.client.XmlRpcClientRequestImpl.
Returns the requests method name.
Implemented in org.apache.xmlrpc.client.XmlRpcClientRequestImpl.
| Object org.apache.xmlrpc.XmlRpcRequest.getParameter | ( | int | pIndex | ) |
Returns the parameter with index pIndex.
| pIndex | Number between 0 and getParameterCount()-1. |
Implemented in org.apache.xmlrpc.client.XmlRpcClientRequestImpl.
Returns the number of parameters.
Implemented in org.apache.xmlrpc.client.XmlRpcClientRequestImpl.