|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.evdb.javaapi.network.ServerCommunication
public class ServerCommunication
Class responsible for actual server communication
| Constructor Summary | |
|---|---|
ServerCommunication()
Constructor, setup networking parameters |
|
| Method Summary | |
|---|---|
java.io.InputStream |
invokeMethod(java.lang.String methodPath,
java.util.Map<java.lang.String,java.lang.String> parameters)
Main method used to call URLs at EVDB |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServerCommunication()
| Method Detail |
|---|
public java.io.InputStream invokeMethod(java.lang.String methodPath,
java.util.Map<java.lang.String,java.lang.String> parameters)
throws EVDBRuntimeException,
EVDBAPIException
methodPath - Method to callparameters - List of parameters
EVDBRuntimeException
EVDBAPIException
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||