Public Member Functions | Private Attributes | Static Private Attributes
org.apache.xmlrpc.client.XmlRpcClientRequestImpl Class Reference
Inheritance diagram for org.apache.xmlrpc.client.XmlRpcClientRequestImpl:
Inheritance graph
[legend]

List of all members.

Public Member Functions

XmlRpcRequestConfig getConfig ()
String getMethodName ()
Object getParameter (int pIndex)
int getParameterCount ()
 XmlRpcClientRequestImpl (XmlRpcRequestConfig pConfig, String pMethodName, Object[] pParams)
 XmlRpcClientRequestImpl (XmlRpcRequestConfig pConfig, String pMethodName, List pParams)

Private Attributes

final XmlRpcRequestConfig config
final String methodName
final Object[] params

Static Private Attributes

static final Object[] ZERO_PARAMS = new Object[0]

Detailed Description

Default implementation of org.apache.xmlrpc.XmlRpcRequest.

Definition at line 30 of file XmlRpcClientRequestImpl.java.


Constructor & Destructor Documentation

org.apache.xmlrpc.client.XmlRpcClientRequestImpl.XmlRpcClientRequestImpl ( XmlRpcRequestConfig  pConfig,
String  pMethodName,
Object[]  pParams 
) [inline]

Creates a new instance.

Parameters:
pConfigThe request configuration.
pMethodNameThe method name being performed.
pParamsThe parameters.
Exceptions:
NullPointerExceptionOne of the parameters is null.

Definition at line 42 of file XmlRpcClientRequestImpl.java.

org.apache.xmlrpc.client.XmlRpcClientRequestImpl.XmlRpcClientRequestImpl ( XmlRpcRequestConfig  pConfig,
String  pMethodName,
List  pParams 
) [inline]

Creates a new instance.

Parameters:
pConfigThe request configuration.
pMethodNameThe method name being performed.
pParamsThe parameters.
Exceptions:
NullPointerExceptionThe method name or the parameters are null.

Definition at line 61 of file XmlRpcClientRequestImpl.java.


Member Function Documentation

Returns the request configuration.

Returns:
The request configuration.

Implements org.apache.xmlrpc.XmlRpcRequest.

Definition at line 72 of file XmlRpcClientRequestImpl.java.

Returns the requests method name.

Returns:
Name of the method being invoked.

Implements org.apache.xmlrpc.XmlRpcRequest.

Definition at line 66 of file XmlRpcClientRequestImpl.java.

Returns the parameter with index pIndex.

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

Implements org.apache.xmlrpc.XmlRpcRequest.

Definition at line 70 of file XmlRpcClientRequestImpl.java.

Returns the number of parameters.

Returns:
Number of parameters.

Implements org.apache.xmlrpc.XmlRpcRequest.

Definition at line 68 of file XmlRpcClientRequestImpl.java.


Member Data Documentation

Definition at line 32 of file XmlRpcClientRequestImpl.java.

Definition at line 33 of file XmlRpcClientRequestImpl.java.

Definition at line 34 of file XmlRpcClientRequestImpl.java.

final Object [] org.apache.xmlrpc.client.XmlRpcClientRequestImpl.ZERO_PARAMS = new Object[0] [static, private]

Definition at line 31 of file XmlRpcClientRequestImpl.java.


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


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