Uses of Class
com.iizix.ws.prop.WebServiceProp
Packages that use WebServiceProp Package Description com.iizigo.ws.prop com.iizix.ws.actionactor com.iizix.ws.engine com.iizix.ws.prop com.iizix.ws.prop.json com.iizix.ws.prop.url com.iizix.ws.server Uses of WebServiceProp in com.iizigo.ws.prop
Subclasses of WebServiceProp in com.iizigo.ws.prop Modifier and Type Class Description class
EditorWebServiceProp
Editor version of the Web Service property container holding the definition of a web service transaction.Uses of WebServiceProp in com.iizix.ws.actionactor
Methods in com.iizix.ws.actionactor that return WebServiceProp Modifier and Type Method Description WebServiceProp
WebServiceActionActor.Settings. getWebServiceProp()
Gets the Web Service property that will be used to execute the transaction.Uses of WebServiceProp in com.iizix.ws.engine
Methods in com.iizix.ws.engine that return WebServiceProp Modifier and Type Method Description WebServiceProp
RESTfulRequest. WebServiceProp()
Gets the Web Service property.Constructors in com.iizix.ws.engine with parameters of type WebServiceProp Constructor Description RESTfulRequest(IAppSessionGyro appGyro, WebServiceProp wsProp, IRequestContent requestContent, boolean doPerform)
Constructs the transaction for the Web Service.Uses of WebServiceProp in com.iizix.ws.prop
Methods in com.iizix.ws.prop that return WebServiceProp Modifier and Type Method Description WebServiceProp
WebServiceProp. clone()
Clones the property.WebServiceProp
AbstractInputProps. getWebServiceProp()
Gets the Web Service property.WebServiceProp
OutputProps. getWebServiceProp()
Gets the Web Service property.Methods in com.iizix.ws.prop that return types with arguments of type WebServiceProp Modifier and Type Method Description java.lang.Class<WebServiceProp>
WebServiceReference. getPropertyClass()
Gets the class wanted.Uses of WebServiceProp in com.iizix.ws.prop.json
Methods in com.iizix.ws.prop.json that return WebServiceProp Modifier and Type Method Description WebServiceProp
JSONEncodedInput. getWebServiceProp()
Gets the Web Service property.WebServiceProp
JSONReplyDocument. getWebServiceProp()
Gets the Web Service property.Uses of WebServiceProp in com.iizix.ws.prop.url
Methods in com.iizix.ws.prop.url that return WebServiceProp Modifier and Type Method Description WebServiceProp
URLEncodedInput. getWebServiceProp()
Gets the Web Service property.Uses of WebServiceProp in com.iizix.ws.server
Methods in com.iizix.ws.server that return types with arguments of type WebServiceProp Modifier and Type Method Description java.lang.Class<WebServiceProp>
Descriptor. getPropertyClass()
Gets the property class for files.java.lang.Class<WebServiceProp>[]
Descriptor. getPropertyClasses()
Gets the property class for files.