|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DocumentProcessorIF
INTERNAL: Interface for processing a document. Implementations would typically modify, add or remove fields.
Method Summary | |
---|---|
boolean |
needsProcessing(DocumentIF document)
INTERNAL: Can be used to figure out if it is necessary to process the document. |
void |
process(DocumentIF document)
INTERNAL: Processes the specified document. |
Method Detail |
---|
boolean needsProcessing(DocumentIF document)
This method should be used to quickly decide whether or not the document needs to be processed. Note that this method should return quickly, since it would normally be executed serially.
void process(DocumentIF document) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |