|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface JEConnector
The interface JEConnector has to be implemented by a class to transfer data between the JEasy client and the application logic at the server or client.
| Method Summary | |
|---|---|
void |
receiveFromConnector(java.lang.String response)
This method receives the response of the requet |
void |
sendToConnector(java.lang.String request)
This method sends data from the client to the application logic |
| Method Detail |
|---|
void sendToConnector(java.lang.String request)
request - an xml STring with method and datavoid receiveFromConnector(java.lang.String response)
request - an xml String with method and data
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||