public interface Dispatcher
| Modifier and Type | Method and Description |
|---|---|
Result |
handleRequest(String methodSpecifier,
List params,
String user,
String password)
Handles an XML-RPC request, provided that the given
username
and password are correct. |
Result handleRequest(String methodSpecifier, List params, String user, String password)
username
and password are correct.methodSpecifier - The name of the XML-RPC method to call.params - The parameters to the method.user - The user name who is calling the method.password - The user's password.Exception - If any error occurs.Copyright © 1999–2017 Apache OODT. All rights reserved.