Uses of Class
com.iizix.ws.prop.OutputProps
Packages that use OutputProps
Package
Description
Uses of OutputProps in com.iizigo.ws.prop
Subclasses of OutputProps in com.iizigo.ws.propModifier and TypeClassDescriptionclass
Editor version of result set property that ties a result set from the execution of a web service transaction to VirtualSpace.Methods in com.iizigo.ws.prop that return OutputPropsModifier and TypeMethodDescriptionprotected OutputProps
EditorWebServiceProp.createOutput()
Creates the output properties.Uses of OutputProps in com.iizix.ws.api
Methods in com.iizix.ws.api with parameters of type OutputPropsModifier 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
Methods in com.iizix.ws.engine that return OutputPropsUses of OutputProps in com.iizix.ws.prop
Methods in com.iizix.ws.prop that return OutputPropsModifier 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
Methods in com.iizix.ws.prop.json that return OutputPropsModifier and TypeMethodDescriptionJSONReplyDocument.getOutput()
Gets the output properties.JSONElementWrapper.getOutputProps()
Gets the Output properties.Methods in com.iizix.ws.prop.json with parameters of type OutputPropsModifier 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.