| Package | Description |
|---|---|
| com.codename1.io |
Networking, Storage, Filesystem & related API's
|
| Modifier and Type | Method and Description |
|---|---|
static WebServiceProxyCall.WSDefinition |
WebServiceProxyCall.defineWebService(String url,
String serviceName,
int returnType,
int... argumentTypes)
Creates a webservice definition object which can be used to invoke the webservice.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
WebServiceProxyCall.invokeWebserviceASync(WebServiceProxyCall.WSDefinition def,
Callback call,
Object... arguments)
Invokes a web asynchronously and calls the callback on completion
|
static void |
WebServiceProxyCall.invokeWebserviceASync(WebServiceProxyCall.WSDefinition def,
SuccessCallback scall,
FailureCallback fcall,
Object... arguments)
Invokes a web asynchronously and calls the callback on completion
|
static Object |
WebServiceProxyCall.invokeWebserviceSync(WebServiceProxyCall.WSDefinition def,
Object... arguments)
Invokes a webservice synchronously and returns result
|
Copyright © 2023. All rights reserved.