org.apache.xmlrpc
public interface AuthenticatedXmlRpcHandler
See Also: AuthenticationFailed
Method Summary | |
---|---|
Object | execute(String method, Vector params, String user, String password)
Return the result, or throw an Exception if something went wrong.
|
Parameters: 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
.
Returns: The response.
Throws: AuthenticationFailed If authentication fails, an exception of this type must be thrown.
See Also: AuthenticationFailed