Uses of Class
com.iizix.ws.engine.RESTfulRequest
Packages that use RESTfulRequest
- Uses of RESTfulRequest in com.iizix.ws.apiMethods in com.iizix.ws.api with parameters of type RESTfulRequestModifier and TypeMethodDescription- default voidIRESTfulRequestProcessor.- onPostWebServiceRequest- (RESTfulRequest request) Called when all processing has been completed for the Web Service request.- voidIRESTfulRequestProcessor.- onWebServiceRequest- (RESTfulRequest request) Called prior to formatting the Web Service request.
- Uses of RESTfulRequest in com.iizix.ws.engineMethods in com.iizix.ws.engine with parameters of type RESTfulRequestModifier and TypeMethodDescription- voidIRequestContent.- onPostProcessRequest- (RESTfulRequest request, boolean doPerform) Post-processes the request as required, typically to modify the URLConnection, called before the "connect" method is called for URLConnection.- voidIRequestContent.- onPreProcessRequest- (RESTfulRequest request, boolean doPerform) Pre-processes the request as required, i.e.
- Uses of RESTfulRequest in com.iizix.ws.engine.urlMethods in com.iizix.ws.engine.url with parameters of type RESTfulRequestModifier and TypeMethodDescription- voidURLEncodedContent.- onPostProcessRequest- (RESTfulRequest request, boolean doPerform) Pre-processes the request as required, typically to modify the URLConnection.- voidURLEncodedContent.- onPreProcessRequest- (RESTfulRequest request, boolean doPerform) Pre-processes the request as required, i.e.