public interface UserServiceGetRequest
Modifier and Type | Method and Description |
---|---|
void |
processRequest(UserServiceGetContext aGetContext,
UserServiceGetResponse aGetResponse)
Processes the GET request and writes the response.
|
void processRequest(UserServiceGetContext aGetContext, UserServiceGetResponse aGetResponse)
aGetContext
- provides information on the request.aGetResponse
- the object to use to generate the response.