| com.mycompany.rest.api.AddUserImpl
AddUserImpl | final public class AddUserImpl extends AddUser (Code) | | Implementation of the AddUser function.
Description: Add the information of a new user.
version: $Revision: 1.3 $ $Date: 2007/09/18 11:27:16 $ author: Anthony Goubard |
Constructor Summary | |
public | AddUserImpl(APIImpl api) Constructs a new AddUserImpl instance. |
Method Summary | |
public Result | call(Request request) Calls this function. |
AddUserImpl | public AddUserImpl(APIImpl api)(Code) | | Constructs a new AddUserImpl instance.
Parameters: api - the API to which this function belongs, guaranteed to be notnull . |
call | public Result call(Request request) throws Throwable(Code) | | Calls this function. If the function fails, it may throw any kind of
exception. All exceptions will be handled by the caller.
Parameters: request - the request, never null .the result of the function call, should never be null . throws: Throwable - if anything went wrong. |
|
|