org.apache.xmlrpc
Interface AuthenticatedXmlRpcHandler
- AuthDemo
public interface AuthenticatedXmlRpcHandler
An XML-RPC handler that also handles HTTP authentication.
Object | execute(String method, Vector params, String user, String password)- Return the result, or throw an Exception if something went wrong.
|
execute
public Object execute(String method,
Vector params,
String user,
String password)
throws Exception Return the result, or throw an Exception if something went wrong.
method - The name of the XML-RPC method to invoke.params - The parameters to the XML-RPC method.user - The user name.password - The password of user.
Copyright B) 1999-2002 Apache Software Foundation. All Rights Reserved.