|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xmlrpc.AuthDemo
public class AuthDemo
| 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 |
|---|
public AuthDemo()
| Method Detail |
|---|
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
AuthenticatedXmlRpcHandler
execute in interface AuthenticatedXmlRpcHandlermethod - The name of the XML-RPC method to invoke.v - The parameters to the XML-RPC method.user - The user name.password - The password of user.
AuthenticationFailed - If authentication fails, an
exception of this type must be thrown.
java.lang.ExceptionAuthenticationFailed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||