| com.mycompany.petstore.api.RegisterCustomerOkayImpl
RegisterCustomerOkayImpl | final public class RegisterCustomerOkayImpl extends RegisterCustomerOkay (Code) | | Implementation of the RegisterCustomer function.
Description: Register a new client.
version: $Revision: 1.8 $ $Date: 2007/03/12 10:46:15 $ author: John Doe (john.doe@mycompany.com) |
Method Summary | |
public Result | call(Request request) Calls this function. |
RegisterCustomerOkayImpl | public RegisterCustomerOkayImpl(APIImpl api)(Code) | | Constructs a new RegisterCustomerOkayImpl 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. |
|
|