| com.mycompany.rest.api.UpdateUserImpl
UpdateUserImpl | final public class UpdateUserImpl extends UpdateUser (Code) | | Implementation of the UpdateUser function.
Description: Update the information of an existing user.
version: $Revision: 1.3 $ $Date: 2007/09/18 11:27:16 $ author: Anthony Goubard |
Constructor Summary | |
public | UpdateUserImpl(APIImpl api) Constructs a new UpdateUserImpl instance. |
Method Summary | |
public Result | call(Request request) Calls this function. |
UpdateUserImpl | public UpdateUserImpl(APIImpl api)(Code) | | Constructs a new UpdateUserImpl 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. |
|
|