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


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, registerNatives, 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


Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.