public interface ContextXmlRpcHandler
AuthenticationFailed
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
execute(java.lang.String method,
java.util.Vector params,
XmlRpcContext context)
Return the result, or throw an Exception if something went wrong.
|
java.lang.Object execute(java.lang.String method, java.util.Vector params, XmlRpcContext context) throws java.lang.Exception
AuthenticationFailed
- If authentication fails, an
exception of this type must be thrown.java.lang.Exception
AuthenticationFailed
Copyright ? 1999-2002 Apache Software Foundation. All Rights Reserved.