Uses of Interface
com.iizix.ws.engine.IRequestContent
Uses of IRequestContent in com.iizix.ws.engine
Modifier and TypeMethodDescriptionIRequestContentEncoding.createRequestContent()
Creates a new instance of the request content encoder.ModifierConstructorDescriptionRESTfulRequest
(IAppSessionGyro appGyro, WebServiceProp wsProp, IRequestContent requestContent, boolean doPerform) Constructs the transaction for the Web Service.Uses of IRequestContent in com.iizix.ws.engine.url
Modifier and TypeClassDescriptionclass
Content being encoded for "application/x-www-form-urlencoded", used by GET and POST methods.Uses of IRequestContent in com.iizix.ws.prop.json
Modifier and TypeMethodDescriptionJSONEncodedInput.createRequestContent()
Creates a new instance of the request content encoder.