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 interfaceIWrappedElementInterface for a wrapped element.Classes in com.iizigo.ws.prop that implement IWSPropDesigner Modifier and Type Class Description classEditorOutputColumnEditor version of the Output Column connects a table column from the reply output with a VSTable column.classEditorOutputPropsEditor version of result set property that ties a result set from the execution of a web service transaction to VirtualSpace.classEditorOutputTableEditor version of result set property that ties a result set from the execution of a web service transaction to VirtualSpace.classEditorOutputVariableEditor version of the Output Variable connects a reference variable from the reply output with a VSField.classEditorOutputVariablesEditor version of result set property that ties a result set from the execution of a web service transaction to VirtualSpace.classEditorRESTfulInputPropsEditor version of the Input Properties that ties the input to the execution of a RESTful Web Service transaction request to VirtualSpace.classEditorWebServicePropEditor 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 classEditorJSONElementWrapperEditor version of an JSON element wrapper for a JSON element, used to process the output of a Web Service reply.classEditorJSONEncodedInputEditor version of the RESTful URL Encoded input for the request of a Web Service transaction.classEditorJSONReplyDocumentEditor 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 classEditorURLEncodedInputEditor version of the RESTful URL Encoded input for the request of a Web Service transaction.classEditorURLInputParameterEditor version of the Input Variable connects a VSField with an input variable or parameter to a web service transaction request.