public class WebServiceJSONClient extends Object
| Constructor and Description |
|---|
WebServiceJSONClient() |
| Modifier and Type | Method and Description |
|---|---|
Object |
delete(String wsURL)
Execute a web service delete operation, return JSON string
|
Object |
get(String wsURL)
Execute a web service, return deserialized object
|
Object |
patch(String wsURL,
String action,
String... parameter)
Execute a web service patch operation, return JSON string
|
Object |
post(String wsURL,
String... parameter)
Execute a web service post operation, return JSON string
|
Object |
put(String wsURL,
Object newValue)
Execute a web service put operation, return JSON string
|
public Object put(String wsURL, Object newValue)
public Object post(String wsURL, String... parameter)
public Object patch(String wsURL, String action, String... parameter)
Copyright © 2021. All rights reserved.