| com.mycompany.toolbox.api.GetPersonDetailsImpl
GetPersonDetailsImpl | final public class GetPersonDetailsImpl extends GetPersonDetails (Code) | | Implementation of the GetPersonDetails function.
Description: Gets the detail of some people.
version: $Revision: 1.4 $ $Date: 2007/03/16 10:06:08 $ author: TODO |
Constructor Summary | |
public | GetPersonDetailsImpl(APIImpl api) Constructs a new GetPersonDetailsImpl instance. |
GetPersonDetailsImpl | public GetPersonDetailsImpl(APIImpl api)(Code) | | Constructs a new GetPersonDetailsImpl 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. |
|
|