se.kmr.scam.client.http.command
Class CreateUser
java.lang.Object
se.kmr.scam.client.http.command.CreateUser
- All Implemented Interfaces:
- Command
- public class CreateUser
- extends Object
- implements Command
- Author:
- jand
Constructor Summary |
CreateUser()
Creates a new instance of CreateUser |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
USERBEAN_NAME
public static final String USERBEAN_NAME
- See Also:
- Constant Field Values
CreateUser
public CreateUser()
- Creates a new instance of CreateUser
execute
public CommandResponse execute(HttpServletRequest request,
HttpServletResponse response)
throws HttpException
- Description copied from interface:
Command
- Execute the command.
- Specified by:
execute
in interface Command
- Parameters:
request
- holds information from the client.response
- holds response information sent to the client.
- Returns:
- Returns an CommandResponse object.
- Throws:
HttpException
- thrown in case of an exception during execution
of the command.
init
public void init(Map args)
- Description copied from interface:
Command
- Initialize the command with arguments.
- Specified by:
init
in interface Command
- Parameters:
args
- command arguments.
Copyright © 2003 SCAM. All Rights Reserved.