Uses of Interface
com.iizigo.ws.prop.IWSPropDesigner
Packages that use IWSPropDesigner Package Description com.iizigo.ws.prop com.iizigo.ws.prop.json com.iizigo.ws.prop.url Uses of IWSPropDesigner in com.iizigo.ws.prop
Subinterfaces of IWSPropDesigner in com.iizigo.ws.prop Modifier and Type Interface Description interface
IWrappedElement
Interface for a wrapped element.Classes in com.iizigo.ws.prop that implement IWSPropDesigner Modifier and Type Class Description class
EditorOutputColumn
Editor version of the Output Column connects a table column from the reply output with a VSTable column.class
EditorOutputProps
Editor version of result set property that ties a result set from the execution of a web service transaction to VirtualSpace.class
EditorOutputTable
Editor version of result set property that ties a result set from the execution of a web service transaction to VirtualSpace.class
EditorOutputVariable
Editor version of the Output Variable connects a reference variable from the reply output with a VSField.class
EditorOutputVariables
Editor version of result set property that ties a result set from the execution of a web service transaction to VirtualSpace.class
EditorRESTfulInputProps
Editor version of the Input Properties that ties the input to the execution of a RESTful Web Service transaction request to VirtualSpace.class
EditorWebServiceProp
Editor version of the Web Service property container holding the definition of a web service transaction.Uses of IWSPropDesigner in com.iizigo.ws.prop.json
Classes in com.iizigo.ws.prop.json that implement IWSPropDesigner Modifier and Type Class Description class
EditorJSONElementWrapper
Editor version of an JSON element wrapper for a JSON element, used to process the output of a Web Service reply.class
EditorJSONEncodedInput
Editor version of the RESTful URL Encoded input for the request of a Web Service transaction.class
EditorJSONReplyDocument
Editor version of the JSON reply document contains information that identifies the reply transaction and maps the structured data into VSFields and VSTables (or columns).Uses of IWSPropDesigner in com.iizigo.ws.prop.url
Classes in com.iizigo.ws.prop.url that implement IWSPropDesigner Modifier and Type Class Description class
EditorURLEncodedInput
Editor version of the RESTful URL Encoded input for the request of a Web Service transaction.class
EditorURLInputParameter
Editor version of the Input Variable connects a VSField with an input variable or parameter to a web service transaction request.