|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.robotframework.remoteserver.servlet.ServerMethods
public class ServerMethods
Contains the XML-RPC methods that implement the remote library interface.
| Constructor Summary | |
|---|---|
ServerMethods(Context context)
|
|
| Method Summary | |
|---|---|
protected Object |
arraysToLists(Object arg)
|
String[] |
get_keyword_arguments(String keyword)
Get an array of argument descriptors for the given keyword. |
String |
get_keyword_documentation(String keyword)
Get documentation for given keyword. |
String[] |
get_keyword_names()
Get an array containing the names of the keywords that the library implements. |
Map<String,Object> |
run_keyword(String keyword,
Object[] args)
Run the given keyword and return the results. |
Map<String,Object> |
stop_remote_server()
Stops the remote server if it is configured to allow that. |
protected boolean |
stopRemoteServer()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServerMethods(Context context)
| Method Detail |
|---|
public String[] get_keyword_names()
public Map<String,Object> run_keyword(String keyword,
Object[] args)
keyword - keyword to runargs - arguments packed in an array to pass to the keyword method
public String[] get_keyword_arguments(String keyword)
keyword - The keyword to lookup.
public String get_keyword_documentation(String keyword)
keyword - The keyword to get documentation for.
public Map<String,Object> stop_remote_server()
protected boolean stopRemoteServer()
throws Exception
Exceptionprotected Object arraysToLists(Object arg)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||