
public abstract class QueryHandlerFactory extends Factory
| Modifier and Type | Field and Description |
|---|---|
static String |
PRODUCT_GROUP |
| Constructor and Description |
|---|
QueryHandlerFactory(String language) |
| Modifier and Type | Method and Description |
|---|---|
abstract IQueryHandler |
create(String description) |
getDescriptionFor, getKey, getProductGroup, getType, toStringpublic static final String PRODUCT_GROUP
public QueryHandlerFactory(String language)
public abstract IQueryHandler create(String description) throws ProductCreationException
ProductCreationExceptionCopyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.