Uses of Class
com.iizix.ws.prop.OutputProps
Package
Description
Uses of OutputProps in com.iizigo.ws.prop
Modifier and TypeClassDescriptionclass
Editor version of result set property that ties a result set from the execution of a web service transaction to VirtualSpace.Modifier and TypeMethodDescriptionprotected OutputProps
EditorWebServiceProp.createOutput()
Creates the output properties.Uses of OutputProps in com.iizix.ws.api
Modifier and TypeMethodDescriptionvoid
IReplyProcessor.processReply
(IAppSessionGyro appGyro, OutputProps output, IReplyContent reply) Processes the reply contents for the Web Service.Uses of OutputProps in com.iizix.ws.engine
Uses of OutputProps in com.iizix.ws.prop
Modifier and TypeMethodDescriptionOutputProps.clone()
Clones this Output property container.protected OutputProps
WebServiceProp.createOutput()
Creates the output properties.WebServiceProp.getOutput()
Gets the output property.OutputColumn.getOutputProps()
Gets the output properties.OutputTable.getOutputProps()
Gets the output properties.OutputVariable.getOutputProps()
Gets the output properties.OutputVariables.getOutputProps()
Gets the output properties.Uses of OutputProps in com.iizix.ws.prop.json
Modifier and TypeMethodDescriptionJSONReplyDocument.getOutput()
Gets the output properties.JSONElementWrapper.getOutputProps()
Gets the Output properties.Modifier and TypeMethodDescriptionvoid
JSONReplyDocument.processReply
(IAppSessionGyro appGyro, OutputProps output, IReplyContent reply) Processes the reply contents for the Web Service.protected boolean
JSONReplyDocument.processReply
(IAppSessionGyro appGyro, OutputProps output, JSONReply reply, boolean doPerform, IComplexOperation op, List<VSComponent> list, Map<VSComponent, Throwable> errors) Processes the reply to populate VirtualSpace.