Uses of Class
com.iizix.ws.prop.RESTfulInputProps
Packages that use RESTfulInputProps Package Description com.iizigo.ws.prop com.iizix.ws.engine com.iizix.ws.prop com.iizix.ws.prop.json com.iizix.ws.prop.url Uses of RESTfulInputProps in com.iizigo.ws.prop
Subclasses of RESTfulInputProps in com.iizigo.ws.prop Modifier and Type Class Description class
EditorRESTfulInputProps
Editor version of the Input Properties that ties the input to the execution of a RESTful Web Service transaction request to VirtualSpace.Uses of RESTfulInputProps in com.iizix.ws.engine
Methods in com.iizix.ws.engine that return RESTfulInputProps Modifier and Type Method Description RESTfulInputProps
RESTfulRequest. getInput()
Gets the Web Service RESTful input properties.Uses of RESTfulInputProps in com.iizix.ws.prop
Methods in com.iizix.ws.prop that return RESTfulInputProps Modifier and Type Method Description RESTfulInputProps
RESTfulInputProps. clone()
Clones these Input Properties.Uses of RESTfulInputProps in com.iizix.ws.prop.json
Methods in com.iizix.ws.prop.json that return RESTfulInputProps Modifier and Type Method Description RESTfulInputProps
JSONEncodedInput. getInput()
Gets the RESTful input properties.Uses of RESTfulInputProps in com.iizix.ws.prop.url
Methods in com.iizix.ws.prop.url that return RESTfulInputProps Modifier and Type Method Description RESTfulInputProps
URLEncodedInput. getInput()
Gets the RESTful input properties.