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 classEditorOutputPropsEditor 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 OutputPropsEditorWebServiceProp. 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 voidIReplyProcessor. 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 OutputPropsRESTfulRequest. 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 OutputPropsOutputProps. clone()Clones this Output property container.protected OutputPropsWebServiceProp. createOutput()Creates the output properties.OutputPropsWebServiceProp. getOutput()Gets the output property.OutputPropsOutputColumn. getOutputProps()Gets the output properties.OutputPropsOutputTable. getOutputProps()Gets the output properties.OutputPropsOutputVariable. getOutputProps()Gets the output properties.OutputPropsOutputVariables. 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 OutputPropsJSONReplyDocument. getOutput()Gets the output properties.OutputPropsJSONElementWrapper. getOutputProps()Gets the Output properties.Methods in com.iizix.ws.prop.json with parameters of type OutputProps Modifier and Type Method Description voidJSONReplyDocument. processReply(IAppSessionGyro appGyro, OutputProps output, IReplyContent reply)Processes the reply contents for the Web Service.protected booleanJSONReplyDocument. 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.