| com.mycompany.petstore.api.SearchPetOkayImpl
SearchPetOkayImpl | final public class SearchPetOkayImpl extends SearchPetOkay (Code) | | Implementation of the SearchPetOkay function.
Description: Get the list of pets starting with the typed letters.
version: $Revision: 1.5 $ $Date: 2007/03/12 10:46:15 $ author: John Doe (john.doe@mycompany.com) |
Constructor Summary | |
public | SearchPetOkayImpl(APIImpl api) Constructs a new SearchPetOkayImpl instance. |
Method Summary | |
public Result | call(Request request) Calls this function. |
SearchPetOkayImpl | public SearchPetOkayImpl(APIImpl api)(Code) | | Constructs a new SearchPetOkayImpl 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. |
|
|