Class IAWebServiceUtils
java.lang.Object
com.inductiveautomation.factorypmi.designer.tools.IAWebServiceUtils
A basic utility for calling restful web services that return JSON from IA's website
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncallWebService(String function, String trace) callWebService(String function, JSONObject req, String trace) static StringgetStringSafe(JSONObject obj, String key, String defaultValue) 
- 
Constructor Details- 
IAWebServiceUtilspublic IAWebServiceUtils()
 
- 
- 
Method Details- 
callWebService
- 
callWebServicepublic static IAWebServiceUtils.WebServiceResult callWebService(String function, JSONObject req, String trace) 
- 
getStringSafe
 
-