| com.mycompany.allinone.api.AttributeComboImpl
AttributeComboImpl | final public class AttributeComboImpl extends AttributeCombo (Code) | | Implementation of the AttributeCombo function.
Description: A function to test the attribute-combo.
version: $Revision: 1.3 $ $Date: 2007/03/12 10:46:13 $ author: John Doe (john.doe@mycompany.com) |
Constructor Summary | |
public | AttributeComboImpl(APIImpl api) Constructs a new AttributeComboImpl instance. |
Method Summary | |
public Result | call(Request request) Calls this function. |
AttributeComboImpl | public AttributeComboImpl(APIImpl api)(Code) | | Constructs a new AttributeComboImpl 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. |
|
|