Public Member Functions
org.apache.xmlrpc.XmlRpcRequest Interface Reference
Inheritance diagram for org.apache.xmlrpc.XmlRpcRequest:
Inheritance graph
[legend]

List of all members.

Public Member Functions

XmlRpcRequestConfig getConfig ()
String getMethodName ()
Object getParameter (int pIndex)
int getParameterCount ()

Detailed Description

Interface to an XML-RPC request made by a client. Replaces the class org.apache.xmlrpc.XmlRpcClientRequest from Apache XML-RPC 2.0.

Since:
3.0

Definition at line 27 of file XmlRpcRequest.java.


Member Function Documentation

Returns the request configuration.

Returns:
The request configuration.

Implemented in org.apache.xmlrpc.client.XmlRpcClientRequestImpl.

Returns the requests method name.

Returns:
Name of the method being invoked.

Implemented in org.apache.xmlrpc.client.XmlRpcClientRequestImpl.

Returns the parameter with index pIndex.

Parameters:
pIndexNumber between 0 and getParameterCount()-1.
Returns:
Parameter being sent to the server.

Implemented in org.apache.xmlrpc.client.XmlRpcClientRequestImpl.

Returns the number of parameters.

Returns:
Number of parameters.

Implemented in org.apache.xmlrpc.client.XmlRpcClientRequestImpl.


The documentation for this interface was generated from the following file:


rosjava_core
Author(s):
autogenerated on Wed Aug 26 2015 16:06:50