public interface FeatureProcessor
Modifier and Type | Method and Description |
---|---|
java.lang.String |
process(Item item)
Performs some processing on the given item.
|
java.lang.String process(Item item) throws ProcessException
item
- the item to processProcessException
- if an exception occurred during the
processing