org.apache.xmlrpc
Class  XmlRpcRequest
java.lang.Object
  |
  +--org.apache.xmlrpc.XmlRpcRequest
- public class XmlRpcRequest
- extends java.lang.Object
  
Encapsulates an XML-RPC request.
- Since: 
 - 1.2
 
- Version: 
 - $Id: XmlRpcRequest.java,v 1.3 2002/10/21 13:08:50 aevers Exp $
 
- Author: 
 - Andrew Evers
 
 
| 
Constructor Summary | 
XmlRpcRequest(java.lang.String methodName,
              java.util.Vector parameters)
 
            | 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
methodName
protected final java.lang.String methodName
parameters
protected final java.util.Vector parameters
XmlRpcRequest
public XmlRpcRequest(java.lang.String methodName,
                     java.util.Vector parameters)
getParameters
public java.util.Vector getParameters()
getParameter
public java.lang.Object getParameter(int index)
getMethodName
public java.lang.String getMethodName()
Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.