Uses of Class
com.iizix.ws.engine.RESTfulRequest
Packages that use RESTfulRequest Package Description com.iizix.ws.api com.iizix.ws.engine com.iizix.ws.engine.url Uses of RESTfulRequest in com.iizix.ws.api
Methods in com.iizix.ws.api with parameters of type RESTfulRequest Modifier and Type Method Description 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.engine
Methods in com.iizix.ws.engine with parameters of type RESTfulRequest Modifier and Type Method Description 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.url
Methods in com.iizix.ws.engine.url with parameters of type RESTfulRequest Modifier and Type Method Description 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.