Interface IProductProcessorFactory
- All Known Implementing Classes:
-
DefaultProductProcessorFactory
,UnderAgplProductProcessorFactory
public interface IProductProcessorFactory
Class represents a factory for
ITextProductEventProcessor
objects.
-
Method Summary
Modifier and TypeMethodDescriptioncreateProcessor
(String productName) Creates product processor using a product name.
-
Method Details
-
createProcessor
Creates product processor using a product name.- Parameters:
-
productName
- the product which will be handled by this processor - Returns:
- the processor instance
-