Package edu.jhu.tmaj.servlet.response

Contains all the Responses that the server can send to the client after a Request.

See:
          Description

Interface Summary
CommandResponse All ServerResponses implement this class; it contains two methods, one that returns whether the operation was successful and another that returns a String describing the error if the ServerRequest was not successful.
 

Class Summary
ErrorResponse A ServerResponse for a ServerRequest that failed, along with the reason the ServerRequest failed.
SuccessResponse Every ServerResponse except the ErrorResponse extend this class.
 

Package edu.jhu.tmaj.servlet.response Description

Contains all the Responses that the server can send to the client after a Request. Responses contain data that was obtained from the database.