org.apache.xmlrpc
public interface XmlRpcContext
Since: 1.2
Version: $Id: XmlRpcContext.java 233919 2005-04-22 10:26:17Z hgomez $
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.
|
UNKNOWN: the handler mapping (may be null).
UNKNOWN: the password (may be null).
UNKNOWN: the username (may be null).