org.apache.xmlrpc

Interface XmlRpcContext

public interface XmlRpcContext

The minimal context that an XML-RPC request will occur in.

Since: 1.2

Version: $Id: XmlRpcContext.java 233919 2005-04-22 10:26:17Z hgomez $

Author: Andrew Evers

Method Summary
XmlRpcHandlerMappinggetHandlerMapping()
Get the XML-RPC handler mapping for the server handling the request.
StringgetPassword()
Get the password specified in the outer request.
StringgetUserName()
Get the username specified in the outer request.

Method Detail

getHandlerMapping

public XmlRpcHandlerMapping getHandlerMapping()
Get the XML-RPC handler mapping for the server handling the request.

UNKNOWN: the handler mapping (may be null).

getPassword

public String getPassword()
Get the password specified in the outer request.

UNKNOWN: the password (may be null).

getUserName

public String getUserName()
Get the username specified in the outer request.

UNKNOWN: the username (may be null).

Copyright B) 1999-2002 Apache Software Foundation. All Rights Reserved.