Uses of Class
com.iizix.ws.prop.OutputProps
Packages that use OutputProps Package Description com.iizigo.ws.prop com.iizix.ws.api com.iizix.ws.engine com.iizix.ws.prop com.iizix.ws.prop.json Uses of OutputProps in com.iizigo.ws.prop
Subclasses of OutputProps in com.iizigo.ws.prop Modifier and Type Class Description class
EditorOutputProps
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 OutputProps Modifier and Type Method Description protected 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 OutputProps Modifier and Type Method Description void
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 OutputProps Modifier and Type Method Description OutputProps
RESTfulRequest. getOutput()
Gets the Web Service output properties.Uses of OutputProps in com.iizix.ws.prop
Methods in com.iizix.ws.prop that return OutputProps Modifier and Type Method Description OutputProps
OutputProps. clone()
Clones this Output property container.protected OutputProps
WebServiceProp. createOutput()
Creates the output properties.OutputProps
WebServiceProp. getOutput()
Gets the output property.OutputProps
OutputColumn. getOutputProps()
Gets the output properties.OutputProps
OutputTable. getOutputProps()
Gets the output properties.OutputProps
OutputVariable. getOutputProps()
Gets the output properties.OutputProps
OutputVariables. getOutputProps()
Gets the output properties.Uses of OutputProps in com.iizix.ws.prop.json
Methods in com.iizix.ws.prop.json that return OutputProps Modifier and Type Method Description OutputProps
JSONReplyDocument. getOutput()
Gets the output properties.OutputProps
JSONElementWrapper. getOutputProps()
Gets the Output properties.Methods in com.iizix.ws.prop.json with parameters of type OutputProps Modifier and Type Method Description void
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, java.util.List<VSComponent> list, java.util.Map<VSComponent,java.lang.Throwable> errors)
Processes the reply to populate VirtualSpace.