|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FeatureProcessor
Performs a specific type of processing on an item and returns an object.
| Method Summary | |
|---|---|
java.lang.String |
process(Item item)
Performs some processing on the given item. |
| Method Detail |
|---|
java.lang.String process(Item item)
throws ProcessException
item - the item to process
ProcessException - if an exception occurred during the
processing
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||