Package com.cgiams.esl.fp

Interface Summary
FlowExportManager This interface defines the specification that must be written to in order provide a custom data export process.
FlowPreProcessManager This interface defines the specification that a Manager class must implement in order to provide pre-processing capabilities for a Flow Processor submittal.
 

Class Summary
FlowProcessor This class implements all of the necessary logic to carry out a CDX Network Node Flow.
FlowProcessorCmdLine This class implements a command line interface for the Flow Processor.
FlowProcessorFactory This class is a factory class whose sole purpose is to create intances of type FlowProcessor.
TestFlowProcessor  
TestFlowProcessorFactory  
 

Exception Summary
FlowPreProcessException Custom exception for any FlowProcessor's pre-processing classes.
FlowProcessorException Highest-level exception for the Flow Processor and is expected to contain the root cause of any problem.