org.apache.xmlrpc
Class DefaultXmlRpcContext
java.lang.Object
org.apache.xmlrpc.DefaultXmlRpcContext
- XmlRpcContext
public class DefaultXmlRpcContext
extends java.lang.Object
A basic context object that stores the userName, password and
handler mapping.
$Id: DefaultXmlRpcContext.java 233919 2005-04-22 10:26:17Z hgomez $
password
protected String password
userName
protected String userName
DefaultXmlRpcContext
public DefaultXmlRpcContext(String userName,
String password,
XmlRpcHandlerMapping handlerMapping)
getPassword
public String getPassword()
Get the password specified in the outer request.
- getPassword in interface XmlRpcContext
getUserName
public String getUserName()
Get the username specified in the outer request.
- getUserName in interface XmlRpcContext
Copyright B) 1999-2002 Apache Software Foundation. All Rights Reserved.