| com.mycompany.petstore.api.LoginOkayImpl
LoginOkayImpl | final public class LoginOkayImpl extends LoginOkay (Code) | | Implementation of the LoginOkay function.
version: $Revision: 1.8 $ $Date: 2007/03/12 10:46:15 $ author: TODO |
Constructor Summary | |
public | LoginOkayImpl(APIImpl api) Constructs a new LoginOkayImpl instance. |
Method Summary | |
public Result | call(Request request) Calls this function. |
LoginOkayImpl | public LoginOkayImpl(APIImpl api)(Code) | | Constructs a new LoginOkayImpl 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. |
|
|