org.apache.xmlrpc

Interface XmlRpcContext

Known Implementing Classes:
DefaultXmlRpcContext

public interface XmlRpcContext

The minimal context that an XML-RPC request will occur in.
Version:
$Id: XmlRpcContext.java 233919 2005-04-22 10:26:17Z hgomez $
Author:
Andrew Evers
Since:
1.2

Method Summary

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

Method Details

getHandlerMapping

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

getPassword

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

getUserName

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

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