|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WSConsoleServicesAsync
| Method Summary | |
|---|---|
void |
generateRequest(ActivityEndpoint activityEndpoint,
com.google.gwt.user.client.rpc.AsyncCallback<SoapRequest> async)
Generates a sample request for an ActivityEndpoint |
void |
getProcessEndpoints(String processId,
com.google.gwt.user.client.rpc.AsyncCallback<ProcessEndpoints> async)
Retrieves a ProcessEndpoints for a given process id |
void |
sendRequest(SoapRequest request,
com.google.gwt.user.client.rpc.AsyncCallback<String> async)
Send a request on a given ActivityEndpoint |
| Method Detail |
|---|
void getProcessEndpoints(String processId,
com.google.gwt.user.client.rpc.AsyncCallback<ProcessEndpoints> async)
processId - The process idasync - Callback allowing to retrieve the ProcessEndpoints
void generateRequest(ActivityEndpoint activityEndpoint,
com.google.gwt.user.client.rpc.AsyncCallback<SoapRequest> async)
ActivityEndpoint
activityEndpoint - The ActivityEndpoint for which a request should be generatedasync - Callback allowing to retrieve the generated request as String
void sendRequest(SoapRequest request,
com.google.gwt.user.client.rpc.AsyncCallback<String> async)
ActivityEndpoint
request - The request to sendasync - Callback allowing to retrieve the response in case of request/response service
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||