Uses of Class
com.invirgance.convirgance.web.http.HttpResponse
Packages that use HttpResponse
-
Uses of HttpResponse in com.invirgance.convirgance.web.service
Methods in com.invirgance.convirgance.web.service with parameters of type HttpResponseModifier and TypeMethodDescriptionvoid
InsertService.execute
(HttpRequest request, HttpResponse response) Executes the insert service, processing and persisting data from the HTTP request.void
SelectService.execute
(HttpRequest request, HttpResponse response) Executes the select service, retrieving and returning data in response to an HTTP request.void
Service.execute
(HttpRequest request, HttpResponse response) Executes the service, processing the HTTP request and generating a response.