org.apache.xmlrpc.client
Class XmlRpcClientRequestImpl
java.lang.Object
org.apache.xmlrpc.client.XmlRpcClientRequestImpl
- XmlRpcRequest
public class XmlRpcClientRequestImpl
extends java.lang.Object
XmlRpcClientRequestImpl
public XmlRpcClientRequestImpl(XmlRpcRequestConfig pConfig,
String pMethodName,
List pParams)
Creates a new instance.
pConfig
- The request configuration.pMethodName
- The method name being performed.pParams
- The parameters.
XmlRpcClientRequestImpl
public XmlRpcClientRequestImpl(XmlRpcRequestConfig pConfig,
String pMethodName,
Object[] pParams)
Creates a new instance.
pConfig
- The request configuration.pMethodName
- The method name being performed.pParams
- The parameters.
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.