Class ServerResponseFactory
java.lang.Object
za.co.wethinkcode.robots.server.serverResponse.ServerResponseFactory
Factory pattern that allows creation of more
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable ServerResponsecreate(ClientCommandResult commandResult) Create a Server Response based on how a CommandResult has been evaluated
-
Constructor Details
-
ServerResponseFactory
public ServerResponseFactory()
-
-
Method Details
-
create
Create a Server Response based on how a CommandResult has been evaluated- Parameters:
commandResult- evaluated result of a command- Returns:
- a new server response to send back to client
-