|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Field Summary | |
static String |
WHATIS
The WhatIs entry key for this service. |
static String |
WS_NAME
Name of the web service to be deployed. |
| Method Summary | |
void |
launch(String wsurl,
String method,
String[] param)
This method generates a token and stores it in the agent's properties as well as in the syncmap_. |
void |
response(String answ,
String token)
Checks if the token is a key in the syncmap. |
| Field Detail |
public static final String WHATIS
WhatIs entry key for this service.
public static final String WS_NAME
| Method Detail |
public void launch(String wsurl,
String method,
String[] param)
wsurl - the url of the webservice which shall be called by the agentmethod - the method of the webservice which shall be calledparam - the parameters which are needed for a call of this method
public void response(String answ,
String token)
answ - the answer given by the webservicetoken - the token to notify the waiting WebserviceLauncher
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||