org.apache.xmlrpc
public interface ContextXmlRpcHandler
Since: 1.2
Version: $Id: ContextXmlRpcHandler.java 233919 2005-04-22 10:26:17Z hgomez $
See Also: AuthenticationFailed
Method Summary | |
---|---|
Object | execute(String method, Vector params, XmlRpcContext context)
Return the result, or throw an Exception if something went wrong.
|
Throws: AuthenticationFailed If authentication fails, an exception of this type must be thrown.
See Also: AuthenticationFailed