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