|
||||||||||
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 webservicemethod
- the method of the webservice which shall be calledparam
- the parameters which are needed for a call of this methodpublic void response(String answ, String token)
answ
- answer from the agenttoken
- token for the synchronization of the agent and
the webservice launcher
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |