org.apache.xmlrpc
Interface XmlRpcContext

All Known Implementing Classes:
DefaultXmlRpcContext

public interface XmlRpcContext

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

Since:
1.2
Version:
$Id: XmlRpcContext.java,v 1.1 2002/10/21 13:08:50 aevers Exp $
Author:
Andrew Evers

Method Summary
 XmlRpcHandlerMapping getHandlerMapping()
          Get the XML-RPC handler mapping for the server handling the request.
 java.lang.String getPassword()
          Get the password specified in the outer request.
 java.lang.String getUserName()
          Get the username specified in the outer request.
 

Method Detail

getUserName

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

getPassword

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

getHandlerMapping

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


Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.