public interface SoapUIServicesAsync
| Modifier and Type | Method and Description |
|---|---|
void |
generateRequest(String wsdlUrl,
String interfaceName,
String operationName,
com.google.gwt.user.client.rpc.AsyncCallback<String> async) |
void |
getInterfaces(String wsdlUrl,
com.google.gwt.user.client.rpc.AsyncCallback<List<String>> async) |
void |
getOperations(String wsdlUrl,
String interfaceName,
com.google.gwt.user.client.rpc.AsyncCallback<List<String>> async) |
void |
sendRequest(String wsdlUrl,
String interfaceName,
String operationName,
String request,
com.google.gwt.user.client.rpc.AsyncCallback<String> async) |
void getInterfaces(String wsdlUrl, com.google.gwt.user.client.rpc.AsyncCallback<List<String>> async)
void getOperations(String wsdlUrl, String interfaceName, com.google.gwt.user.client.rpc.AsyncCallback<List<String>> async)
void generateRequest(String wsdlUrl, String interfaceName, String operationName, com.google.gwt.user.client.rpc.AsyncCallback<String> async)
Copyright © 2012 OW2 Consortium. All Rights Reserved.