Free Download - Stylus Studio, The World's Best XML IDE!


org.apache.xmlrpc
Class AuthDemo

java.lang.Object
  |
  +--org.apache.xmlrpc.AuthDemo
All Implemented Interfaces:
AuthenticatedXmlRpcHandler

public class AuthDemo
extends java.lang.Object
implements AuthenticatedXmlRpcHandler

Version:
$Id: AuthDemo.java,v 1.2 2002/03/20 15:11:03 mpoeschl Exp $
Author:
Hannes Wallnoefer

Constructor Summary
AuthDemo()
           
 
Method Summary
 java.lang.Object execute(java.lang.String method, java.util.Vector v, java.lang.String user, java.lang.String password)
          Return the result, or throw an Exception if something went wrong.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthDemo

public AuthDemo()
Method Detail

execute

public java.lang.Object execute(java.lang.String method,
                                java.util.Vector v,
                                java.lang.String user,
                                java.lang.String password)
                         throws java.lang.Exception
Description copied from interface: AuthenticatedXmlRpcHandler
Return the result, or throw an Exception if something went wrong.
Specified by:
execute in interface AuthenticatedXmlRpcHandler
Following copied from interface: org.apache.xmlrpc.AuthenticatedXmlRpcHandler
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


Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.
JavaDocs hosted by StylusStudio, provider of XML and Web services developer tools — Free Download!